Thursday, March 15, 2012

Remove index codeigniter with wamp in httpaccess

Remove index codeigniter with wamp in httpaccess


IfModule mod_rewrite.c


RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
#RewriteBase /Test_codeigniter_plugin/
RewriteCond $1 !^(index\.php|images|robots\.txt)
RewriteRule ^(.*)$ index.php/$1 [L]


IfModule

No comments:

Post a Comment