simply i used following .htaccess code
RewriteEngine on
RewriteCond $1 !^(index\.php|images|css|robots\.txt)
RewriteRule ^(.*)$ /index.php?/$1 [L]
difference of below code and codeigniter documentation code is "?" of third row. i highlighted it.
No comments:
Post a Comment