See new website on server before changing DNS

Attempting to view your website using the temporary URL 'hostname/~user will not work well if at all with php scripts.

In order to see a site on our server while the rest of the world is seeing it on another server the hosts file on your computer needs edited.

The hosts file, a plain text file located on your computer, is an override of sorts to checking dns externally. It is also called hosts or host with no extension in virtually all operating systems, although the location of the file will vary by OS and even version of OS. More on hosts files here.

In Windows XP it is located inside c:/system32/drivers/etc/ but a search for the filename will give its location.

For your particular operating system simply google "edit hosts file [your operating system]"

Open in a text editor and add your server's IP, which is in the welcome email, and your domain name. For example:

8.9.24.24 example.com
8.9.24.24 www.example.com
8.9.24.24 subdomain.example.com

Your site will now resolve to the server for you, and only you, and be much easier to test before going live.

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Replace lost password to log into your php script (joomla, etc...)

So you somehow lost the adminstration or login password to your php script? Chances are the...

Check site from another location

Valuable Site Checking Tools Down for everyone or just me? - Check your website to see if it...

Download Backup Before Any Major Changes

Before upgrading a php script or making any major changes to your site it is highly recommended...

Download full backups regularly

DOWNLOAD ONE NOW It is very important to always have a local backup of your entire website in...

Custom Nameservers for reseller account

There are two ways to do that, one way costs $36/yr for the two dedicated IP's, and the other...