Skip to content

Instantly share code, notes, and snippets.

@jamesslock
Created November 8, 2012 15:25
Show Gist options
  • Save jamesslock/4039452 to your computer and use it in GitHub Desktop.
Save jamesslock/4039452 to your computer and use it in GitHub Desktop.
<VirtualHost *:80>
ServerName james.dev
ServerAlias *.james.dev
DocumentRoot "/Users/james/code/james"
<Directory "/Users/james/code/james">
Order allow,deny
Allow from all
Options +MultiViews
AllowOverride All
</Directory>
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment