Search This Blog

Saturday, February 13, 2016

codeigniter .htaccess file working

RewriteEngine on
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /index.php?/$1 [L] 

No comments:

Post a Comment