How do I change my hosts file?

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:

WINDOWS 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'

127.0.0.1 localhost

204.11.246.1 www.example.com

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.

MAC Mac OS 9's hosts file format is based on RFC-1035. Mac OS 9 keeps its HOSTS file in the Preferences folder under the System folder. On recent versions of mac OSX, including snow leopard, the hosts file is located at /private/etc/hosts. Edit this file and add a line for each host that you would like to map an IP to:

www.example.com 204.11.246.1

To find the hosts file in OS X's graphical interface:

  1. Open Finder.
  2. In the Go menu, select "Go to Folder"
  3. Type /etc for the folder name.
  4. In the list of files that appears, you should find hosts. Double click it to open it in a text editor.
  5. As in the earlier examples, the format of the file is: "204.11.246.1 www.example.com".

UNIX On Unix-based systems, as well as OS X's terminal, you can find the hosts file at /etc/hosts.

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

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Windows - How to migrate Web hosting Without Downtime

How to migrate Web hosting Without Downtime Changing from one web hosting provider to...

How to transfer your wordpress blog from one host to another host?

If you are moving from a host where you used cPanel, you can perform a Full Backup and...

Anti-virus

There is no need for us to provide anti-virus on a Linux box. We manage those, and our security...

Can I host an XXX/adult sites?

We do NOT host pornography/XXX websites that contain galleries or video media files. We do not...

Can I modify MIME types?

Yes! You can do this all through our powerful control panel system.