I am trying to install a symfony based website on a shared hosting server. I can only write in / www /.
The problem is that symfony will be in / www / web /; Is there any way to serve
www.example.com/web/index.php/something
when users request:
www.example.com/index.php/something
Manu source share