Categories

Featured templates

CherryFramework 3. How to move website from one domain to another

Daniel Morales April 21, 2016
Rating: 5.0/5. From 2 votes.
Please wait...

This tutorial will show you how to move your website from one domain to another in CherryFramework3.

CherryFramework 3. How to move website from one domain to another
  1. Access your server via ftp or using FileManager provided by your host.

  2. Copy your WordPress core files to the new location.

  3. Modify the wp-config.php file on your new server to define the WordPress configuration settings required to access your MySQL database.

  4. To change the wp-config.php file, you need the following information:

    • Database Name (Database Name used by WordPress).

    • Database Username (Username used to access Database.

    • Database Password (Password used by Username to access Database).

    • Database Host (The hostname of your Database Server).

  5. Open wp-config.php file on your new server and change database name, hostname, user and password:

    define('DB_NAME',     'wrd_examplename');
    define('DB_USER',     'wrd_exampleuser');
    define('DB_PASSWORD', '123456789');
    define('DB_HOST',     'server_name');
  6. Login to your previous database via phpMyAdmin tool and export the database (of the existing website). Save the ‘xxx.sql file (where xxx is the name of your database) to your hard drive:

    CherryFramework3_How_to_move_website_from_one_domain_to_another_1
  7. Open the downloaded ‘xxx.sql file in any text/php editor. Replace all of the instances of your previous domain name with your current domain name.

    E.g. http://www.oldwebsite.com should be changed to http://www.newwebsite.com:

    CherryFramework3_How_to_move_website_from_one_domain_to_another_2
  8. Save the changes to ‘xxx.sql file.

  9. Log into your new database via phpMyAdmin tool and import the exported database (‘xxx.sql file) to a newly created database:

    CherryFramework3_How_to_move_website_from_one_domain_to_another_3
  10. If you are using custom Permalinks, go to the Administration > Settings > Permalinks panel and update your Permalink structure.

  11. Note! Cherry Options parameters will be reset after transferring. Then, you will have to copy all the Cherry Options manually from old website to the new one:

    1. Login to your WordPress dashboard of your old website. Navigate to Cherry Options.

    2. Login to WordPress dashboard of your new website.It is recommended to open the new website in different browsers, as you should copy all the settings from old website. Navigate to Cherry Options menu tab.

    3. Copy all the settings manually from old website to the new one:

      CherryFramework3_How_to_move_website_from_one_domain_to_another_4
    4. Save changes:

      CherryFramework3_How_to_move_website_from_one_domain_to_another_5

You can now open your site on a new hosting/domain. Transferring procedure is complete.

Feel free to check the detailed video tutorial below:

CherryFramework 3. How to move website from one domain to another
Easy Wordpress Templates
This entry was posted in WordPress Tutorials and tagged CherryFramework3, domain, move website, WordPress. 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