วิธีการทำ Short [URL] :: Codeiginiter โดยการทำ HTACESS

เป็นสิ่งที่จำเป็นมากในการเขียน CI เพื่อให้ URL ออกมาสวยงามและน่าใช้ 
สมมุติว่าถ้าเราไม่เขียน .htaccess url ของเราที่ออกมาก็ยาวเหยีดจำได้ยาก แหละก็ไม่เป็นมิตรกับ google ด้วย 
วิธีทำคือ 

RewriteEngine OnRewriteBase /ci/ =ชื่อ floder ของ project;RewriteCond %{REQUEST_FILENAME} !-fRewriteCond %{REQUEST_FILENAME} !-dRewriteRule ^(.*)$ /ci/index.php/$1 [L]

Share on Google Plus

About maxcom

This is a short description in the author block about the author. You edit it by entering text in the "Biographical Info" field in the user admin panel.
    Blogger Comment
    Facebook Comment

1 ความคิดเห็น: