Question
Ápps: How to setup default path for Domain
Hello,
i created a Symfony Project from Github. Now i need as default path the /publlic folder. I try it with the HTTP Routes (i add there /public) but this is not working and not the solution.
My folder looks like this:
Ubuntu: ls
readme.md .env assets bin public
My Domain look like this:
vialport-symfony-backup-dsadas.ondigitalocean.app
This is working:
vialport-symfony-backup-dsadas.ondigitalocean.app/public
But i need the Public folder in the Root Domain. How i can configure it?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×