Can I preview my website before it has been pointed to your servers?

Yes, you can! To experience your site properly as it exists on our servers, on most Windows based systems, follow these steps:

Obtain your website's IP address from within the site control panel.

 

If you are using a Windows based system:

Using notepad, edit the file c:windowssystem32driversetchosts on your local computer. Be default, the contents of the file are:

# Copyright (c) 1993-2006 Microsoft Corp.
#
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
#
# This file contains the mappings of IP addresses to host names. Each
# entry should be kept on an individual line. The IP address should
# be placed in the first column followed by the corresponding host name.
# The IP address and the host name should be separated by at least one
# space.
#
# Additionally, comments (such as these) may be inserted on individual
# lines or following the machine name denoted by a '#' symbol.
#
# For example:
#
# 102.54.94.97 rhino.acme.com # source server
# 38.25.63.10 x.acme.com # x client host

127.0.0.1 localhost

Add lines for your site's IP address and domain name (both the non-www and www versions), so that the last few lines of the hosts files look like this:

127.0.0.1 localhost
12.34.56.78 domain.com
12.34.56.78 www.domain.com

Save the hosts file, restart your browser, and visit your site. At this point, you'll be pointing to our servers for the site, and will be able to preview it as it will work once you change the domain's nameservers and "point" the domain to your MEDIASERVE hosting.

When finished previewing, be sure and remove the added lines from your hosts file and re-save it.

Vista Users: In order to be allowed to edit the hosts file in Vista, you may have to run notepad as an administrator. To do so, navigate to Start Menu -> All Programs -> Accessories, right-click on Notepad, and select "Run as administrator".

 

If you are using a MacOS system:

(You must be logged in as an administrator user)

Open the terminal utility, typically found in the Applications -> Utility folder in the Finder.

From the terminal window, execute the following command to edit the /etc/hosts file:

sudo pico -w /etc/hosts

You may be prompted to enter your Mac login password.

At the bottom of the /etc/hosts file, add the following line:

12.34.56.78 domain.com www.domain.com

To save your changes, hit Ctrl-X and then press Y when asked if you wish to save the file, and press return to save the changes to the /etc/hosts file.

  • Website Preview, DNS, Hosts File, Mac, Windows
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How do I install Kopage website builder?

Kopage requires PHP 8.3, 8.2 or 7.4 and the Ioncube loader. To do this, visit...

How to install WordPress on your website?

Here are the steps to install WordPress on your MediaServe Pro powered website: Login to...

How to migrate a Wordpress website to MediaSeve LLC?

Migrating a WordPress websites from the curent hosting comapany to a new one can be daunting, but...

How to migrate from other control panels to MediaServe Pro?

MediaServe already automates migrations from cPanel and Plesk. However if you're hosted on a...