Created
October 24, 2013 07:43
-
-
Save yentsun/7132890 to your computer and use it in GitHub Desktop.
Apache config for virtual hosts as directories
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
<VirtualHost *:80> | |
ServerName doesntmatter | |
UseCanonicalName Off | |
VirtualDocumentRoot /home/webdev/%0 | |
</VirtualHost> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment