Click here to Skip to main content
15,881,757 members
Articles / DevOps / Deployment
Tip/Trick

Move Website to new ISP

Rate me:
Please Sign up or sign in to vote.
0.00/5 (No votes)
29 Apr 2011CPOL1 min read 9.3K   2  
Point a Domain on one host to content on another
A client required that some websites be moved around between different ISPs and being a newbie when it comes to web sites, I found the process a little confusing, especially when it came to what to do with the name server information.

Hopefully, the description of the steps required to accomplish this will be of use to someone else.

The original website; www.site1.com, was hosted by webhostA with name server xx1.webhostA.com/xx2.webhostA.com.

Another site; www.site2.com, hosted by another ISP; webHostB with nameserver yy1.webhostB.com/yy2.webhostB.com was parked to an obscure domain name.

Now I wanted to use the Domain Name for Site1 (www.site1.com) as the domain name for Site2, and park the original web site's content.

This entailed the following steps:


  1. Backup website (www.Site2.com) on webHostB
  2. Delete website (www.Site2.com) on webhostB
  3. Create New website on webhostB using domain name from Site1 (www.site1.com).
  4. Reinstall backup of website.
  5. Change name server information on webHostA to that provided by webHostB when you added the new website (ns1.webhostB.com/ns2.webhostB.com or similar).


After a few hours, your changes should be propagated and the original www.site1.com address will now be pointing to your content hosted on the new ISP.

You still have the problem of what to do with the parked site at the original ISP as you will still be paying for the services.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Australia Australia
Born in New Zealand and transported to Australia for crimes against good taste in the eighties.

Employed by large Manufacturing Co to Coordinate Production Processes, Integrate new technologies, Implement new, in-house MRP/ERP.

Out of my depth, challenged and love it.

Comments and Discussions

 
-- There are no messages in this forum --