Skip to content

Instantly share code, notes, and snippets.

@danbri
Created January 15, 2012 20:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danbri/1617141 to your computer and use it in GitHub Desktop.
Save danbri/1617141 to your computer and use it in GitHub Desktop.
<VirtualHost *:80>
Header set Access-Control-Allow-Origin *
DocumentRoot /var/sites/etcetcetc/
<Directory />
Options FollowSymLinks
AllowOverride All
</Directory>
<Directory /var/sites/etcetcetc/>
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