There was a problem loading the comments.

How do I change my hosts file?

Support Portal  »  Knowledgebase  »  Viewing Article

  Print

You are likely asking this because you want to see your domain name before your DNS changes propagate. Reminder: You normally need to wait 48 hours for propagation to complete.

Here is an advanced process for forcing your computer to see the site, early:

You will add the second line in this example, but be sure to use the server IP we provide you and your actual domain name.

127.0.0.1 localhost
 204.11.246.1 www.example.com

Windows XP and lower Edit your hosts file on your PC.

If you are using Windows, use "Start", "Find", "Files and Folders" to find a file in your windows directory (or WINNT\system32\drivers\etc) called "hosts". Verify that the file is not "read only" by right clicking it, and choosing it's Properties. Then open the file for editing with Notepad. There should already be an entry for "localhost". Follow that format when you insert your domain and our IP.

On Windows98 and Windows95, the order may be 'hostname' then 'IP address'. On Windows2000 and WindowsME, the order is 'IP address' then 'hostname'

Then save this altered hosts file and close notepad. Make sure Windows did not silently save the file as "hosts.sam". The filename has to be "hosts". You may also need to reboot for the change to take effect. Next time you try to go to "www.example.com", your browser will try to find that domain at the corresponding IP instead of looking up the IP through DNS.

Windows 7 or Vista Edit your hosts file on your PC.

  1. Browse to Start -> All Programs -> Accessories
  2. Right click "Notepad" and select "Run as administrator"
  3. Click "Continue" on the UAC prompt
  4. Click File -> Open
  5. Browse to "C:\Windows\System32\Drivers\etc"
  6. Change the file filter drop down box from "Text Documents (*.txt)" to "All Files (*.*)"
  7. Select "hosts" and click "Open"
  8. Make the needed changes, as shown above, and close Notepad. Save when prompted.

MAC Do this if you want to preview your site on our servers without changing DNS and you are running Mac OS X:

  1. Open the Terminal application. Start by typing Terminal on the Spotlight, or by going into Applications -> Utilities -> Terminal.
  2. Open the hosts file. Open the hosts by typing on the Terminal that you have just opened: 
     sudo nano /private/etc/hosts 

    Type your user password when prompted.

  3. Edit the hosts file. The hosts file contains some comments (lines starting with the # symbol), as well as some default hostname mappings (e.g. 127.0.0.1 – localhost). Simply append your new mappings underneath the default ones. You can navigate the file using the arrow keys.
    IPGOESHERE domain.com www.domain.com
    Replace domain.com with your actual domain name. Additional domains, sub-domains or addon domains can be added at the end of the line separated by spaces.
  4. Save the hosts file. When done editing the hosts file, press control-o to save the file. Press enter on the filename prompt, and control-x to exit the editor.

UNIX On Unix-based systems, you can find the hosts file at /etc/hosts.

You will need to open the terminal (on most distributions is located at the following):

Menu > Applications > Accessories > Terminal 

Follow Steps 2 through 4 above (for MAC) to edit this file.


Once you have modified your hosts file, you can flush your DNS so that you can see your new changes more quickly. Do this from the command line. Depending on your OS, there are different commands: Flush DNS


Share via
Did you find this article useful?  

Related Articles


Comments

Add Comment

Replying to  

CAPTCHA
© Osirion System Technologies