I'm having a problem with CodeIgniter 3
In my local environment is working perfectly but when I go to production the routes do not work
But if I put index.php in the URL it goes to the correct route.
Does anyone know what I need to adjust to work without index.php?
Example:
With problem: www.mysite.com/contact
Running: www.mysite.com/index.php/contact