Skip to content

Instantly share code, notes, and snippets.

@scottgonzalez
Created December 5, 2013 14:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save scottgonzalez/7805835 to your computer and use it in GitHub Desktop.
Save scottgonzalez/7805835 to your computer and use it in GitHub Desktop.
Apache virtual host for local testing.
<VirtualHost *>
ServerName local-dev
ServerAlias local-dev.*
VirtualDocumentRoot /Users/scottgonzalez/Projects/%2+
<Directory />
AllowOverride All
</Directory>
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment