Skip to content

Instantly share code, notes, and snippets.

@danpecher
Created May 24, 2013 08:23
Show Gist options
  • Save danpecher/5642091 to your computer and use it in GitHub Desktop.
Save danpecher/5642091 to your computer and use it in GitHub Desktop.
<VirtualHost *:80>
ServerAlias *.local.dev
UseCanonicalName Off
VirtualDocumentRoot /var/www/%1/
<Directory "/var/www/%1">
Options FollowSymLinks
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