Categories

Featured templates

Monstroid. How to move site from one domain to another

Ammy Brown October 13, 2015
Rating: 5.0/5. From 2 votes.
Please wait...

This tutorial is going to show you how to move your Monstroid website from one domain to another one.

Monstroid. How to move site from one domain to another one

Backup

If you are moving your site to another host, begin by backing up your site. You can check our video tutorial on how to back up your site for more details.

Perform Cherry settings backup under Cherry > Options section in your admin panel. Scroll down to the end of the page and locate the Export button:

Monstroid._How_to_move_site_from_one_domain_to_an_another_one_1

Moving files and updating site settings

When backup is ready, follow the instructions listed below:

  1. Log into your WordPress admin panel. Navigate to Settings > General section.

  2. Change site URL in the WordPress address (URI): and Site address (URL): boxes, which should match the WordPress (your public site) address.

  3. Click Save to save the changes:

    Monstroid._How_to_move_site_from_one_domain_to_an_another_one_2

  4. Move your site files to new location.

  5. Update wp-config.php file to match your new database details. To change the wp-config.php file, you will need the following information:

    • Database name

    • Database username

    • Database password

    • Database host

  6. Locate wp-config.php file in the root folder on your server. Open it in any code editor on your computer. Modify the following lines:

    // ** MySQL settings - You can get this info from your web host ** //
      /** The name of the database for WordPress */
      define('DB_NAME', '#####');
    /** MySQL database username */
      define('DB_USER', '#####');
    /** MySQL database password */
      define('DB_PASSWORD', '#####');
    /** MySQL hostname */
      define('DB_HOST', '#####');
    

    Replace old details with your new site database details.

  7. Open your site database in PhpMyAdmin tool and export it:

    1. Select your database under Databases section.

    2. Click Export tab from the top dropdown.

    3. Choose Custom from available options on the next screen.

    4. Click Go.

    You can check our video tutorial on how to export site database.

  8. Open database back up file in any text editor on your computer.

  9. Use CTRL+H hot keys to search for your old site URL and replace it with a new one.

  10. Save file. Log into PhPmyAdmin tool and import backup file to a newly created database. Our video tutorial on how to import sample data to database will show you how to do it.

  11. Import your Cherry Options backup under Cherry > Options > Export/Import section in your admin panel. Click Start Import button:

    Monstroid._How_to_move_site_from_one_domain_to_an_another_one_3

  12. When all the steps are performed, check your new site.

Feel free to check the detailed video tutorial below:

Monstroid. How to move site from one domain to another one

Responsive Wordpress Themes
This entry was posted in Monstroid Tutorials, WordPress Tutorials and tagged another, domain, Monstroid, move, site. Bookmark the permalink.

Submit a ticket

If you are still unable to find a sufficient tutorial regarding your issue please use the following link to submit a request to our technical support team. We'll provide you with our help and assistance within next 24 hours: Submit a ticket