Skip to content

Instantly share code, notes, and snippets.

@moroya
Created May 17, 2013 15:19
Show Gist options
  • Save moroya/5599760 to your computer and use it in GitHub Desktop.
Save moroya/5599760 to your computer and use it in GitHub Desktop.
<VirtualHost *:80>
ServerName example.net
DocumentRoot "/var/html/www/"
<Directory "/var/html/www/">
Order Allow,Deny
Allow from All
AllowOverride All
Options FollowSymLinks
</Directory>
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment