Skip to content

Instantly share code, notes, and snippets.

@ecentinela
Created October 19, 2011 18:39
Show Gist options
  • Save ecentinela/1299236 to your computer and use it in GitHub Desktop.
Save ecentinela/1299236 to your computer and use it in GitHub Desktop.
universal virtual hosts for apache
# place this code on http-vhost.conf file
UseCanonicalName Off
VirtualDocumentRoot /Users/MY_USER/Documents/%0/web
<Location />
AllowOverride All
Options +FollowSymLinks
</Location>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment