Remove index.php from URL in Codeigniter
问题 I have done this lots of time. But than also I am stuck here again (in a different server) and can not figure out what is the issue. Completed htaccess editing <IfModule mod_rewrite.c> RewriteEngine On RewriteBase /glt.me/CI/ RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ /glt.me/CI/index.php/$1 [L] </IfModule> <IfModule !mod_rewrite.c> ErrorDocument 404 /index.php </IfModule> rewrite module is enabled (as per customer care perons says) Error :