0

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 
1

1 Answer 1

1

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)

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.