routes of codeigniter 3 do not work in production

0

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

    
asked by anonymous 02.09.2017 / 22:32

0 answers