How can I test or preview my website before switching DNS?

To test your website with your own domain name before DNS propagation has completed, you can use your local computer's HOSTS file. Your computer will use the entries in your HOSTS file before it looks up the DNS information for your domain. This article contains instructions for editing the HOSTS file on Windows 95/98/Me/2000/XP/2003/Vista/7, and Apple's Mac OS X.

When you are finished testing, remember to remove the custom lines that you added.

Windows

  1. Locate the HOSTS file on your computer. Typically it is in one of the following locations:
    • Windows NT/2000/XP/2003/Vista/7 - C:\windows\system32\drivers\etc\hosts
    • Windows 95/98/Me - C:\windows\hosts
  2. Open this file with a text editor such as Notepad or Wordpad.
    • Right-click on Notepad and select the option to Run as Administrator - otherwise you may not be able to open this file.
    Then, open the file. Consider performing a "Save As" so you have an original copy of the file that you can restore later. You will see two columns of information, the first containing IP addresses and the second containing host names. By default, a windows hosts file should be similar to the following:

    Filename: hosts

    127.0.0.1 localhost

    You can add additional lines to this file that will point requests for a particular domain to your new server's IP address. Example:

    Filename: hosts

    127.0.0.1 localhost
    5.9.208.97 www.example.com example.com
    
  3. Save your changes.
  4. Restart any currently open browsers. You may also want to flush your DNS cache. In Windows, go to Start, and then Run, then type "cmd" and hit enter. Type the following:
    ipconfig /flushdns
  5. Visit your new site using http://example.com or http://www.example.com/

Mac OS X

  1. Open Terminal, which is in Applications, then the Utilities folder.
  2. You may want to first make a backup copy of your existing hosts file:
    sudo cp /private/etc/hosts /private/etc/hosts-orig

    Enter your user password at the prompt.

    Type the following command to edit your hosts file:

    sudo vi /private/etc/hosts

    Enter your user password at the prompt.

  3. You will see a file with contents similar to the following:

    Filename: hosts

    ##
    # Host Database
    #
    # localhost is used to configure the loopback interface
    # when the system is booting. Do not change this entry.
    ##
    127.0.0.1 localhost
    255.255.255.255 broadcasthost
    ::1 localhost
    fe80::1%lo0 localhost
    

    Add your domain and IP address to the bottom of the file. For example:

    Filename: hosts

    ##
    # Host Database
    #
    # localhost is used to configure the loopback interface
    # when the system is booting. Do not change this entry.
    ##
    127.0.0.1 localhost
    255.255.255.255 broadcasthost
    ::1 localhost
    fe80::1%lo0 localhost
    5.9.208.97 www.example.com example.com
    

    vi tip:

    Press "i" to enter "insert mode" so you can type and copy/paste. Press "Esc" to exit "insert mode" when you are done modifying the file. Type ":wq" to save and quit.

  4. You may also need to grant yourself sudo priveleges, if you got a permission error in Step 2. In your "Help" menu, search for "root" and select the instructions for "Enabling the root user." Follow these.
  5. Restart any currently open browsers. You may also want to flush your DNS cache:
    dscacheutil -flushcache
  6. Visit your new site using http://example.com/ or http://www.example.com/
  • 0 istifadəçi bunu faydalı hesab edir
Bu cavab sizə kömək etdi?

Uyğun məqalələr

Receiving Email from Ourhelpdesk

A lot of our communication will be through email. Everytime something happens - you sign up,...

Which nameservers should I use?

ns1.ourhelpdesk.net 198.27.124.70ns2.ourhelpdesk.net 5.9.208.96 Our central DNS system is...

What are the control panel URL's

Cpanel:  http://cpanel.yourdomain.com WHM: http://whm.yourdomain.com Webmail:...

Backup policy, Do you provide backups?

  You are responsible for your backups and web content.   Every Sunday we take a...

Can you help me install WordPress/Joomla/Drupal/other software?

Certainly! All our hosting packages include the Softaculous Premium Autoinstaller allowing you...