Skip to content

Instantly share code, notes, and snippets.

@yentsun
Created October 24, 2013 07:43
Show Gist options
  • Save yentsun/7132890 to your computer and use it in GitHub Desktop.
Save yentsun/7132890 to your computer and use it in GitHub Desktop.
Apache config for virtual hosts as directories
<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