Table of Contents

Migrating your website to Doteasy

Once your Doteasy hosting account has been set up, our system will send you an email containing your Doteasy account details as well as the necessary DNS changes you need to make to point your domain to your new Doteasy servers. Unfortunately, DNS changes can take up to 48 hours to propagate, during which there is no control over which server (your old host or your new Doteasy server) your website will load from. 

To minimize website downtime, we recommend that you migrate your website to your Doteasy account before you make the DNS changes. This allows you to have a copy of your website on both your old host as well as your new Doteasy server during the DNS propagation.

Migrating website prior to DNS changes

Before your DNS settings are changed to point to your Doteasy servers, your domain name will still be pointing to your old host. This means you will not be able to connect to your Doteasy server using your domain name, such as ftp.yourdomain.com. Instead, you will need to connect to your Doteasy using the server IP address.

  1. Login to your Doteasy Member Zone.
  2. Click on View FTP Info.

    Doteasy view FTP info

  3. You will find your server IP address under FTP Info.

    FTP info IP address

  4. Open your FTP client and enter the IP address in the Host field.

    host IP

  5. Enter your Doteasy Member ID and password into the Username and Password fields to connect to your Doteasy server.

Static HTML websites or those without a database

If you current website is made up of mainly HTML files, then you can easily transfer your website to Doteasy using FTP. Make sure you download all of your web files from your current host.  

Follow these steps:

  1. Open your FTP client and connect to your current web host.
  2. Download all your web files from your host’s server to your local computer. When done, simply disconnect to close that FTP session.
  3. Establish a new FTP session by connecting to your Doteasy server. You will find your FTP login username and password in your Doteasy Member Zone.

    Remember, if you are transferring your web files prior to making DNS changes, you will need to use the server IP address instead of ftp.yourdomain.com.

  4. Upload your web files from your computer to your Doteasy server.

Websites with a database

Your Doteasy web hosting account comes with the phpMyAdmin interface, where you can import your existing database. However, you will first need to export your database from your current host as well as create a database on your Doteasy account. Once done, you can then import your .sql file to your new Doteasy database.

Creating a database on your Doteasy account:

  1. Login to your Doteasy Member Zone and click Access Site Admin Panel (cPanel).

    Doteasy cPanel access

  2. On your Doteasy account cPanel interface, click MySQL Databases under the Database section.

    Doteasy MySQL Database

  3. Create a new database.
  4. Create a new user and add the user to the database.

Exporting your existing database from your old host using phpMyAdmin:

If your current host provides the phpMyAdmin interface, you simply need to login to your phpMyAdmin and use the Export function to export your database in the .sql format. 

phpMyAdmin export SQL 

Importing your MySQL database to Doteasy:

  1. On your Doteasy account cPanel interface, click phpMyAdmin.

    Doteasy phpMyAdmin

  2. Click Import.

    import SQL

  3. Click Choose File to select your .sql file.
  4. Click Go to begin the import process.

Websites using WordPress

If you are moving your WordPress website from your current host to Doteasy, you can easily do so using the WordPress Import/Export function. Before you begin, please make sure you back up your Wordpress directory, images, plug-ins and other files. 

Creating the export file for your current WordPress website:

  1. Login to your current WordPress dashboard and click Tools.

    WordPress tools

  2. Select Export and select All content.

    WordPress export

  3. Click Download Export File to begin the download.

Installing WordPress on your Doteasy account:

Before you can import your existing WordPress website, you will need to install WordPress on your Doteasy hosting account.

  1. Login to your Doteasy Member Zone and click Access Site Admin Pane (cPanel).

    Doteasy cPanel

  2. Click WordPress under Doteasy Softaculous Apps Installer.

    Doteasy install WordPress

  3. Click Install Now and follow the instructions on the screen to install WordPress on your Doteasy account.

    install WordPress

Importing your WordPress website:

You can import your WordPress once installation has been completed. However, if you are setting up your WordPress website on your Doteasy account prior to making DNS changes, you will need to connect to your WordPress dashboard using the server IP address instead of your domain name (please refer to the first section of this article about finding the server IP address). 

Once you have your server IP, you will need to edit your host file on your computer. Changing the host file on your computer enables your computer to override the DNS for a domain name. By editing your host file, you are basically telling your computer to access the specified IP address you have entered when visiting the specified domain name. Editing the host file involves adding three entries. Each entry contains the server IP you want the domain name to resolve.

In our example, this is what we will be entering when editing the host file (your server IP maybe different):

108.60.21.72     sampledomain.net

108.60.21.72     www.sampledomain.net

108.60.21.72     *.sampledomain.net

These 3 entries mean the following: sampledomain.net, www.sampledomain.net, and [anyname.sampledomain.net] all resolve to 108.60.21.72.

How to edit host file:

For Windows users, here is how you can edit your host file:

  1. Press the "Windows" key on your keyboard.
  2. Enter "Notepad" in the search field. 
  3. In the search results, right-click "Notepad" and select "Run as administrator".
  4. From Notepad, open the following file: 

    migrating website screenshot

  5. Enter the server IP and domain name you have.
  6. Save your changes.

For Mac (10.6 or above) users, here is how you can edit your host file:

  1. On your computer, select "Applications - > Utilities - > Terminal.
  2. Once the Terminal window is open, enter the following command:

    sudo nano /private/etc/hosts

  3. You will then be asked to enter your password. Type in your password and hit “Enter” on your keyboard.
  4. You can then enter your server IP and domain name.
  5. Save your changes by pressing Control and X at the same time. You will be asked if you really want save your changes. Enter “Y” to proceed.
  6. You may close the Terminal window now.

Once you have edited your host files, you can continue importing your WordPress website onto your Doteasy account.

  1. Login to the WordPress dashboard on your Doteasy account.
  2. Click Tools.

    WordPress tools

  3. Select Import and select WordPress.

     WordPress import

  4. Follow the instructions provided on screen to begin the import process.

Migrating a website using cPanel full backup function

If your old host uses cPanel, we can help you transfer your entire website (files and databases) as well as emails for you. Simply contact us with your request along with the login information to your cPanel dashboard with your old host.