0
I have a problem with Codeigniter 3
In my local environment is working perfectly but when I go up to production the routes do not work
But if I put index.php in the URL goes to the correct route.
Does anyone know what I need to adjust to work without index.php?
Example:
With problem: www.meusite.com.br/contact
Working: www.meusite.com.br/index.php/contact
Possible duplicate of Codeigniter - URL friendly
– ShutUpMagda
Maybe you should take a look at framework documentation for more details on how to do this.
– ShutUpMagda