# Be sure to only have this line once in your configuration NameVirtualHost 127.0.0.1:80 # This is the configuration for jobeet Listen 127.0.0.1:80 ServerName jobeet.localhost DocumentRoot "/Users/jwage/Sites/jobeet/web" DirectoryIndex index.php AllowOverride All Allow from All Alias /sf "/Users/jwage/Sites/jobeet/lib/vendor/symfony/data/web/sf" AllowOverride All Allow from All