Skip to content

Instantly share code, notes, and snippets.

@chrisns
Created September 29, 2011 15:57
Show Gist options
  • Save chrisns/1251076 to your computer and use it in GitHub Desktop.
Save chrisns/1251076 to your computer and use it in GitHub Desktop.
<VirtualHost *:80>
ServerAdmin webmaster@localhost
DocumentRoot /home/cns/workspace/bip-dev-1/build
<Directory />
Options FollowSymLinks
AllowOverride All
</Directory>
<Directory /home/cns/workspace/bip-dev-1/build/ >
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