Created
September 12, 2014 12:40
-
-
Save biske/ab0ce93a1c5c1e8ddf00 to your computer and use it in GitHub Desktop.
How to swich between two different servers with same url
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
# Add row to /etc/hosts | |
# Format is: | |
# ipaddress hostname | |
# Example: | |
16.18.11.156 www.google.com | |
# This way whenever you type www.google.com it go to 16.18.11.156 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment