How to properly load a symfony project on a hosting?
On LAN, when I turn on the development mode, everything works fine for me. But if I copy files to the hosting, then the routing does not work and you have to write links in the form of "site.com/web/app_dev.php/someroute", just as with development mode disabled on LAN. How to make that all work?