If you are developing a Symfony application on your local machine by default you will get a localhost URL like: Which is a bit bad looking because the actual front facing application of Symfony is in app-root/public directory. You can make it look like http://symfony-test-app.com depending on your application name just by editing 2 files.Continue reading “Setting up VirtualHost for Symfony Application on Ubuntu”