Skip to content

Instantly share code, notes, and snippets.

@bostondv
Created September 7, 2013 13:48
Show Gist options
  • Save bostondv/6475701 to your computer and use it in GitHub Desktop.
Save bostondv/6475701 to your computer and use it in GitHub Desktop.
VirtualDocumentRoot Apache Config
UseCanonicalName Off
DocumentRoot /path/to/www
VirtualDocumentRoot /path/to/www/%1
ServerName %1.local
CacheDisable /path/to/www/%1
<Directory /path/to/www/%1>
Options Indexes FollowSymLinks Multiviews +Includes
AllowOverride All
</Directory>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment