Skip to content

Instantly share code, notes, and snippets.

@arturo-c
Created September 29, 2012 03:59
Show Gist options
  • Save arturo-c/3803112 to your computer and use it in GitHub Desktop.
Save arturo-c/3803112 to your computer and use it in GitHub Desktop.
<VirtualHost *:80>
ServerName 127.0.0.1
<Directory PATH>
AllowOverride All
Options None
Order allow,deny
Allow from all
</Directory>
DocumentRoot PATH
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment