Skip to content
Home » Blog » How to Transfer Web Hosting

How to Transfer Web Hosting

Web Hosting

How to Transfer Web Hosting? We’ll show you how.

There are many reasons why you might want to switch hosting providers. We found that the most popular reason was the price, followed by features. Whatever your thoughts, you want to leave on better terms than you are now.

If you haven’t decided on a new hosting provider yet, our hosting services comparison chart is a great resource for finding your next provider. If you already have one in mind and are ready to switch, here’s how.

How to Transfer Web Hosting in 9 Steps

  1. Sign up to a new hosting provider
  2. Save your websiteā€™s files
  3. Export your database
  4. Create a new database
  5. Import your database
  6. Modify your websiteā€™s files
  7. Upload your websiteā€™s files
  8. Test your website
  9. Update your DNS settings

This article will show you how to manually transfer your website hosting using the steps above. But wouldn’t it be nice if someone else did it for you? Some hosts are easier to migrate than others. It also lists providers who provide handling of the site migration process.

Save Your Website’s Files

Then save the website file. This may sound scary, but it’s actually pretty easy.

The goal here is to create a digital image of your current website in order to transfer all your uploads, plugins, creations, etc. to your new website. After downloading the file, it is very important not to mess with it. This can damage the structure of your website and break internal links.

Downloads website files using the File Transfer Protocol (FTP) service. FileZilla is widely regarded as the best FTP tool and is free to use.

  1. Create a file on your desktop.

This is where the website will later be saved. We recommend including the date in the file name to distinguish it from future downloads.

2 nd Download the FileZilla client.

FileZilla client works on all operating systems, so be sure to download it instead of FileZilla Server.

  1. Create a new FTP account with your current hosting provider.

You need to make sure your hosting account is set up so that FileZilla can access your files. As an extra security step, a new username and password will be generated for you to use with FileZilla. Some hosting providers don’t require this extra step and just use your normal credentials. Your best bet is to Google “[your current hosting provider] FTP” to see if this extra step is necessary and what steps to take.

  1. Link FileZilla to your current hosting account.

Open FileZilla and add your domain name in the host field and the username and password you need to use in the fields next to it. Enter the number 21 in the Port field. Press quick connect.

  1. Download the files to the previously created folder.

On the right side of the screen you should see something similar to the hosting portal. You should see your desktop files on the left. Now just select all the website files on the right and drag them into the new folder you created on the left.

Displays a progress bar so you can easily see how much download is left. A message is displayed when the process is complete. The downloaded file will appear in your desktop folder.

Export Your Database

Not all websites need to complete this step (or the next two steps) because not all websites actually have a database. I would love to know if this applies to you. If you’re not sure, contact your current hosting provider for advice.

A static website (where the content rarely changes) may not have a database. A database is associated with every website that allows user-generated content (such as comments) or dynamic pages (that change automatically depending on where they are coming from or information from other pages/websites) .

The most common database type is MySQL. Exports are done using the phpMyAdmin app and are easily accessible from your hosting account via the standard cPanel dashboard.

Hereā€™s how to export your database:

  1. Log into your current hosting account
  2. Open the phpMyAdmin app (stored under ā€˜Databasesā€™ in your account control panel)
  3. Click on the correct database for your website from the list on the left hand side. If you only have one website, youā€™ll only see one database
  4. Select the Export tab
  5. Click the Go button
  6. Find the SQL file youā€™ve downloaded and move it to the same folder as your website files to keep everything in one place

Create a New Database

Before importing a database into your new hosting dashboard, you must first create an empty database.

  1. Log in to your new hosting account
  2. Open the MySQL Databases section (stored under ā€˜Databasesā€™ in your account control panel)
  3. Under the heading Create New Database, fill in the chosen name of your new database (put this in the field labelled New Database:)
  4. Click the Create Database button

Youā€™ll then be prompted to create a username and password. Make note of these, and grant the user full privileges when prompted.

Import Your Database

In this next step, we’ll take the downloaded database file and add it to the new database we just created on our new hosting account.

Go back to the Databases section of your new hosting account.

Select the phpMyAdmin app.

Click the + button under your username on the left to see all databases (including databases you’ve created).

Select a new database from the list here. I get the message “Table not found in database” (which is what we want!)

Go to the “Import” tab in the top menu.

Click the Choose File button and select the previously saved SQL file. The name of this file will appear next to the button.

Leave all other fields on this page as they are and click the Go button below when done.

Database imported – road wheels displayed. Until this is done, you will see a new screen at the top that says “Import completed successfully”.

Modify Your Website’s Files

Now that your database is secure at your new hosting provider, move your files there as well.

Before you can do that, however, sites that contain both files and databases require an extra step. Basically you have to edit the code in certain files to sync with the new database. Specifically, the file name, the username you created, and the password.

If you’re not a programmer, don’t worry. You don’t need to understand what you’re seeing to make these changes. We will discuss each change specifically.

How to edit files for Joomla and Drupal, two popular CMS platforms. Since WordPress is the most popular CMS platform, we’ve created guides specifically for migrating these sites. If you have a WordPress site, switch to this guide now.

What is the domain name

Leave a Reply

Your email address will not be published. Required fields are marked *