Skip to content

Instantly share code, notes, and snippets.

@djalmaaraujo
Created November 13, 2012 23:49
Show Gist options
  • Save djalmaaraujo/4069221 to your computer and use it in GitHub Desktop.
Save djalmaaraujo/4069221 to your computer and use it in GitHub Desktop.
Virtual HOST
<VirtualHost *:80>
DocumentRoot "/Users/djalmaaraujo/dev/php/maestro2/app/webroot"
ServerName maestro.vcap.me
ServerAlias *.maestro.vcap.me
<Directory "/Users/djalmaaraujo/dev/php/maestro2/app/webroot">
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment