Created
November 24, 2012 23:11
-
-
Save MikeRogers0/4141749 to your computer and use it in GitHub Desktop.
Example virtual host configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
127.0.0.1 localhost site-name.local |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# 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