Skip to content

Instantly share code, notes, and snippets.

@Firesphere
Created July 7, 2013 01:07
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 Firesphere/5941866 to your computer and use it in GitHub Desktop.
Save Firesphere/5941866 to your computer and use it in GitHub Desktop.
<VirtualHost *:80>
ServerName vcap.me
ServerAlias *.vcap.me
VirtualDocumentRoot "/home/~user/htdocs/%1"
ErrorLog "logs/errors.log"
<directory "/home/~user/htdocs/%1">
Options Indexes FollowSymLinks
AllowOverride all
Order Deny,Allow
Deny from all
Allow from all
</directory>
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment