Skip to content

Instantly share code, notes, and snippets.

@laverboy
Created October 7, 2014 18:19
Show Gist options
  • Save laverboy/99aa64f673604d83abf8 to your computer and use it in GitHub Desktop.
Save laverboy/99aa64f673604d83abf8 to your computer and use it in GitHub Desktop.
Dynamic Vhosts
NameVirtualHost *:80
<VirtualHost *:80>
UseCanonicalName Off
ServerName vhosts.local.reasondigital.com
ServerAlias *
VirtualDocumentRoot /Users/mlaver/Projects/%1/htdocs/
Options All ExecCGI FollowSymLinks +Includes
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment