Scroll Top

Viewing Websites with the Hosts file

6
Viewing Websites with the Hosts file

Using your Hosts file to view websites

If you ever need to view a website that doesn’t have DNS pointed to it, you can test the website functionality without making any changes to the domain’s DNS records by using the host file. You need to know the new IP address of the web hosting server.

  1. Navigate to the hosts file
    1. %SystemRoot%\system32\drivers\etc\hosts
  2. Open the hosts file as administrator in a text editor
    1. we recommend Notepad++
  3. Add an entry with the IP address followed by the web address (example in image)
  4. Save as administrator

Now when you go to example.com, it will see the website at the IP address you chose in your hosts file, instead of the standard website the DNS is pointed at.