Welcome Guest, Not a member yet? Register   Sign In
Code to delete index.php in Codeigniter 3 and lowercase name to controllers/models
#4

Depending on the server, you may need to change your RewriteRule to this:
Code:
RewriteRule ^(.*)$ /index.php?/$1 [L]

while leaving the rest of your .htaccess code the same.
Reply


Messages In This Thread
RE: Code to delete index.php in Codeigniter 3 and lowercase name to controllers/models - by mwhitney - 06-26-2015, 01:15 PM



Theme © iAndrew 2016 - Forum software by © MyBB