Answers for "codeigniter without index.php not working"

PHP
0

codeigniter without index.php not working

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]
Posted by: Guest on March-27-2022

Code answers related to "codeigniter without index.php not working"

Browse Popular Code Answers by Language