Skip to content

Instantly share code, notes, and snippets.

@beshur
Created May 27, 2014 12:01
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 beshur/25057e419e0864f343a0 to your computer and use it in GitHub Desktop.
Save beshur/25057e419e0864f343a0 to your computer and use it in GitHub Desktop.
temp virtual host for family.beetroot
# Virtual Hosts
#
<VirtualHost *:80>
DocumentRoot "c:\wamp\www\family-beetroot"
ServerName family_br.loc
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment