Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am adeanzan on github.
  • I am adean (https://keybase.io/adean) on keybase.
  • I have a public key ASAkhjBm8VgA20tN41yp7n_CbMzv8_gk51Faqp34i_59eAo

To claim this, I am signing this object:

@adeanzan
adeanzan / gist:7533966
Created November 18, 2013 19:37
Example vhost file
<VirtualHost *:80>
UseCanonicalName Off
ServerAlias *.yourdomain.com
VirtualDocumentRoot /projects/%2/website-%1/
</VirtualHost>