Skip to content

Instantly share code, notes, and snippets.

@MikeRogers0
Created November 24, 2012 23:11
Show Gist options
  • Save MikeRogers0/4141749 to your computer and use it in GitHub Desktop.
Save MikeRogers0/4141749 to your computer and use it in GitHub Desktop.
Example virtual host configuration
127.0.0.1 localhost site-name.local
#
# Site Name
<VirtualHost *:80>
DocumentRoot "/Users/<your-username>/Sites/site-name.local/httpdocs"
ServerName site-name.local
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment