I'm using iPage as hosting, which I can't edit the virtual host , the application is now running at
http://www.xxxx.com/Symfony/web/app_dev.php
Is it possible to make some trick which allow me to run in this URL:
http://www.xxxx.com/app_dev.php
I'm using iPage as hosting, which I can't edit the virtual host , the application is now running at
http://www.xxxx.com/Symfony/web/app_dev.php
Is it possible to make some trick which allow me to run in this URL:
http://www.xxxx.com/app_dev.php
Yes. Take a look here:
Symfony 2: How to remove the "/web/" folder from the url in a shared hosting?
So, you need copy all yours "web" content into public_html (the web root directory) and put th rest: every dir (like src, vendor and so on) at the same level (just like in example I've gave you)