Want to move your website to a new host but don’t know where to start. Get all the information you need to get it done right. Par 2 of 4
Step 2: Find Registrar Info
Continued from previous post located here
It is important that you are listed as the owner of your site’s domain name. Using your favorite Whois service or your registrars website (if known), you can see who is listed as the administrative contact and who is listed as the technical contact. Make sure you are listed as the Administrative contact. If you are not listed, moving will be very complex and you probably can’t do it without the current host or designers permission (legally - you should always be listed as the administrative contact).
Tip: Usually you are better off not telling your current host that you plan on moving.
Your current host is almost always listed as the technical contact, which means they will eventually find out when you try to move your site. We recommend not telling the current host your plans until you have already transferred the site completely. Most hosts have so many accounts that they don’t care if you are trying to move, but others take it personally and can shut your site down early, reduce the allotted traffic to your site, or even mess with your registrar information. Plus, you won’t get as big of a sales pitch on why you should stay if the site has already been moved to another host.
While you look up your site’s registrar data, it is a good idea to check when your domain name expires. If you try to move your site near expiration date, it could seriously complicate matters - you could even lose your site. To get around this, you can extend your ownership or transfer registrars before transferring web hosts.
Step 3: Back Up All Data
Careful: Always back up all your data. We even burn an extra copy of the data onto a CD.
We can’t stress this step enough. When we move sites, not only do we make a copy on our hard drives, but we will burn a CD copy of the site. Some web hosts make backups of your site, but this isn’t a safe assumption.
There are a few ways to back up your data. One way is to use an ftp program to download all the data. Another is to use software to import or publish your data to your computer. A more tedious way to do it would be to use “file > save as html” in your browser, but you need to make sure you save the file with the right name and download all the images (right click over the image and choose save as), plus you might end up with extra code in your html that you don’t want (if you are currently with a free or cheap host, there might be pop up ads or other ads hard coded into your files which you wouldn’t want to bring over to your new host).
Other data that you might not think of saving is your log files. If you use statistical programs or plan to some day, you will want to keep your log files. If you were running any scripts or had any special folders with password access, you might want to pay close attention to how you set up those folders so you can set the permissions correctly on your new server.
Step 4: Set Up With Your New Web Host
Assuming you found a host that you like, pay close attention to the items mentioned in Step 1, you can now sign up with your new host. Choose a service contract that you are comfortable with. Most hosts have a 30 or 60 day money back guarantee, which should be a enough time to determine whether you like their service.
If you are giving the new host credit card information via the web, be sure the form is secure and their security certificate is up-to-date. Make sure you know that you are dealing with a real company and not a site posing as a host. We usually ask for examples of sites they are currently hosting and might even contact those companies.
Careful: Keep your login and password information to yourself. Usually technical support isn’t even allowed to know it. If you ever get an unsolicited email asking for your password, never give it out!
You should be given an IP address, a login & password, name server information (primary and secondary) and links to your control panel. You will also want to change your password because your initial password will usually be big and ugly - something like: “Vm7RH35_cP1115w4.” Make copies of this information and put it in a safe place. If you plan on using frontpage, the password must be changed in both your control panel and in frontpage.
You should be able to connect to your new site via your IP address. Try connecting to your site with your ftp program or web editing software and create and upload a temporary index.html (or appropriate variation) page. Then type the IP address into your browser like this: http://555.555.555.555 and make sure your new page shows up.
Now you are ready to upload your files. Upload all your files and be sure to use your current directory structure. Use ASCII if prompted. Don’t overwrite or delete any important files your new host provided you with - this may result in contacting technical support to reinstall those files.
If you use permissions on any of your folders, be sure to make those changes. Often times CGI scripts must be put in the folder the host has provided, even if it is a slightly different name.
Tip: Even if you have great attention to detail, it is always a good idea to have someone else test out the new site. You are so involved in the process, you might miss something important.
Step 5: Test, Test, and Test
Testing your site before flipping the DNS switch is very important. Customers can’t see the new site yet, so now is your chance to work out all the bugs.
If your site links use relative paths, you should be able to view the newly uploaded site in your browser. If you use absolute paths, then it will end up clicking over to your new host, so you will either need to switch to relative paths or you can type in the correct page name in order to view it.
Check all your pages to see if they mirror what is on your old host. Make sure all the pages exist and the links point to the right places. When you downloaded the site, you should have received a page count and when you uploaded the site you should have received a page count. If these don’t match, find out why.
Carefully test all of your forms and check all of your scripts (many scripts will require editing). Make sure you don’t have extra code from your previous host (especially if they were running the advertising on your site) - you will want to remove this code if it exists.
We recommend using a link checker after you do all the manual testing. Good link checkers will let you know of possible broken links and should help you fix them. You will want to run your link checker again after switching hosts.
New installment coming soon!