Created
October 7, 2014 18:19
-
-
Save laverboy/99aa64f673604d83abf8 to your computer and use it in GitHub Desktop.
Dynamic Vhosts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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