After releasing my Symfony project to the production server if I navigate to /
I'm automatically redirected to /web
and all the other paths need to have /web/<something>
to work.
On localhost I don't have this problem, but I think that the installtron instance of my hosting space made some mess.
I though the Apache's httpd.conf
is wrong, but the hosting provider told that everything's ok.