Skip to content

Instantly share code, notes, and snippets.

@duydo
Created April 29, 2012 15:23
Show Gist options
  • Save duydo/2551254 to your computer and use it in GitHub Desktop.
Save duydo/2551254 to your computer and use it in GitHub Desktop.
Virtual host on your dev PC
<VirtualHost *:80>
VirtualDocumentRoot /Users/duydo/Sites/%1
ServerName automated_domains
ServerAlias *.localhost.com
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment