Codeigniter Without Index.php Not Working

[Solved] Codeigniter Without Index.php Not Working | Php Frameworks Codeigniter - Code Explorer | yomemimo.com
Question : codeigniter without index.php not working

Answered by : worried-whale-aaxhjkzutbqz

RewriteEngine on
RewriteCond $1 !^(index\.php|images|css|js|robots\.txt|favicon\.ico)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ ./index.php?/$1 [L,QSA]

Source : https://stackoverflow.com/questions/8465103/codeigniter-url-not-working-without-index-php | Last Update : Sun, 03 Apr 22

Answers related to codeigniter without index.php not working

Code Explorer Popular Question For Php Frameworks Codeigniter