Site icon Search Engine People Blog

How To Move Your Web Site To A New Host Without Data Or Ranking Loss

Changing Web Hosting

The ease with which an existing web site can be moved to a new web host depends largely on the technical type of website to be relocated, and on its reliance on additional components, such as scripts and databases.

There are 4 main categories:

  1. Static websites: No databases, minimal scripts, simple format.
  2. Dynamic Sites (such as blogging sites): Use of a database to store comment history and posts.
  3. Dynamic Commerce Sites (storefronts): Installed E-Commerce packages, complicated databases and scripts.
  4. Single-Source Solution websites: Reliant on one universal platform to develop and manage all website functions.

The easiest website to transfer to a new web host is a static website. The difficulty increases the further we move down the list. A blogging site, for example, may require the transfer of database content to a new web host. And websites using multiple, or complicated databases, and extensive scripts, increase the level of complexity involved even further.

In the case of websites utilizing a single-source solution, and wanting to continue using the same approach, there is the possibility that they will have to opt for an entirely new e-commerce solution, and then reconfigure.

Changing Web Host: The Steps Involved

There are 4 main procedures involved when changing a web host:

Lets look at each of these steps in more detail...

Select a New Hosting Provider

This will largely depend on the type of website being run and any specific requirements needed. There are a lot of great hosting options available and the important thing here is to find a reputable host with proven reliability and excellent technical support.

If your web site is geo-targeted to a specific country the location of your hosting provider is important if your web site doesn't have a country-specific domain name extension. If the domain name extension already reflects the targeted country (e.g., .UK, .CA) then hosting location is less important: domain name extension trumps location.

Where hosting location is important, do verify with your new hosting provider if their IP addresses are indeed for the country you target. Some hosting providers are in fact resellers for other, real, hosting companies: an apparently UK based hosting company may be reselling US hosting

Duplicate the Website and Transfer Web Files

It is always a good idea to have a back-up of your website stored on a local computer. Hindsight is a wonderful thing and if anyone has ever lost a website due to hosting related issues, they are painfully  aware of how important a back-up of your site can be.

Moving a static site from one host to another is a simple matter of transferring files. This can be done via FTP with applications like SmartFTP. Websites development software such as Dreamweaver, or FrontPage, both have functions for file transferal.

To move a simple MySQL database, such as that used by a blog, it is a matter of creating a new MySQL database with the new hosting provider. The matter is made a lot easier by using the same database name and password for the new version.

Most MySQL databases can be backed-up or exported via the phpMyAdmin entry in the control panel of your hosting. On the other side it can be easily imported this was.

A common problem that occurs at this stage is that your database is larger than 1 or 2 MegaByte while many hosting providers limit uploads to 1~2 MB. While there are workarounds and technical tricks, the best course of action is to contact your new hosting provider and explain them that you need to import a database larger than the permitted upload level. Good hosting companies will either (temporarily) increase the upload limit on your account or will offer the execute the import for you.

Transferring an e-commerce database that requires synchronization is a bit more tricky. The current hosting vendor may agree to assist, but if they refuse, it may be prudent to seek professional assistance if you're unfamiliar with the process involved.

Move the Domain Name

This is a very important step. A newly relocated website needs people to be able to find it. Unless a domain is pointed in the direction of the new hosts servers, anyone using that domain name will be sent to an place that no longer exists.

For the most part, this is a very easy task. Go to the company your domain name is registered with (often but not always different from your hosting company, new or old) and:

  1. If possible, lower the value of Time To Live (TTL) a couple of days before the site's final move. The value is expressed in seconds so that 1 hour is 3600. Set it to that value or lower to prompt browsers to ask for the specific IP address of your domain name sooner rather than later; this helps prevent people looking at your old site location for days to come
  2. Change the old hosts DNS information with the DNS information provided by the new web host.

Ensure the DNS Change Has Propagated

The switch from an old DNS to a new one will not happen instantaneously even if the Time to Live of the domain name is set very low. Many major ISP's cache DNS requests themselves, surfing their customers faster domain name resolution in exchange for slightly out of date information. This means that while you already see your site on your new web hosts, others may still access your site at its old location.

In general a full switch can take anywhere from 24-72 hours. So this is vitally important:

Don't take the original website down until search engine crawlers and all visitors access it from its new web host/IP address.

FAQ

Do I need to redirect my old domain?

No, you don't need to provide any 302 or 301 redirects unless besides moving to a new web host you also changed the domain name itself. This is a separate case and falls outside of this article's context.

Will my ranking be affected by moving to a new web host?

No, it shouldn't. If done right, as described above, there is no down-time at all and the switch is completely transparent.

Do I have to worry about spammy sites on the new hosting provider?

In general, no. Search engine engineers know that millions upon millions of web sites live on so-called shared hosting: punishing 10,000 sites on 1 server because of the presence of one spammer would make no sense and open up ways of counter-SEO that would make search useless.
Search engines remember what domains do and, yes, if you buy a domain name it is a very good idea to investigate its history. That however is besides the context of this article.

* with contributions by Ruud Hein