Skip to content

Instantly share code, notes, and snippets.

@adeanzan
Created November 18, 2013 19:37
Show Gist options
  • Save adeanzan/7533966 to your computer and use it in GitHub Desktop.
Save adeanzan/7533966 to your computer and use it in GitHub Desktop.
Example vhost file
<VirtualHost *:80>
UseCanonicalName Off
ServerAlias *.yourdomain.com
VirtualDocumentRoot /projects/%2/website-%1/
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment