# Be sure to only have this line once in your configuration NameVirtualHost 127.0.0.1:80 # This is the configuration for ##PROJECT_NAME## Listen 127.0.0.1:80 ServerName ##PROJECT_NAME##.localhost DocumentRoot "##SYMFONY_WEB_DIR##" DirectoryIndex index.php AllowOverride All Allow from All Alias /sf "##SYMFONY_SF_DIR##" AllowOverride All Allow from All