Move your WordPress site to another domain

Step 1 - Verify that your current site is working

Open your current WordPress site and check that everything is working.

https://sive.host/titfombe/repository/wp-migrate-manual-01.png

Step 2 - Download the files of your website

First, you need to create a backup of your website, both your web space files and your database.

Download the files of your website to your computer and save a copy of the files in a separate folder on your computer to keep as a backup.

Step 3 - Export your database

Export your database with phpMyAdmin and save a copy of the exported sql-file in a separate folder on your computer as a backup.

Step 4 - Upload files to your new domain

Log in via FTP and upload your backup to the web space of your new domain. If you made your backup with File Manager, don't forget to unzip it before uploading.

https://sive.host/titfombe/repository/wp-migrate-manual-02.png

Step 5 - Import your database

Import the backup of your database to phpMyAdmin.

Step 6 - Go to wp_options

Once your database has been imported, locate the table called wp_options in the menu to the left.

https://sive.host/titfombe/repository/wp-migrate-manual-03.png

Step 7 - Update siteurl and home

Next, you need to change the location of your site in the database.

  1. In wp_options, locate siteurl and home. Usually, these records are at the top of the table on line 1 and 2.
  2. For siteurl, click the field under option_value and replace the old domain with your new domain name.
  3. Press enter to save.
  4. Do the same for home.

https://sive.host/titfombe/repository/wp-migrate-manual-04.png

Step 8 - Update connection details in wp-config

You now need to replace the login details from your old domain, with those of your new domain in WordPress.

https://sive.host/titfombe/repository/wp-migrate-manual-05.png

Step 9 - Check your site on your new domain

Take your old site offline, to make sure it doesn't interfere with your new site. You can do this by moving the files to a different folder.

Open your new domain in your browser and check how it looks. If everything is working as intended you are now done. However often you still need to do some manual fixes.

https://sive.host/titfombe/repository/wp-migrate-manual-06.png

Step 10 - Fix permalinks (Optional)

If you experience that you get a 404 error when you try to open links on your site, the Permalinks are broken. Luckily it is very easy to fix this.

  1. Log in to your WordPress dashboard.
  2. Click Settings and then Permalinks
  3. Scroll down and click Save Changes.

https://sive.host/titfombe/repository/wp-migrate-manual-07.png

Step 11 - Fix broken images (Optional)

If you experience that images don't show correctly, this means that the links are still referring to the old domain. You can fix this by reinserting images manually.

When you have a website with a lot of images you can try a plugin called Better Search Replace. It automatically replaces your old domain with your new domain in your database.

Note: Plugins are third party products and not something we can help you with. Please contact the maker of the plugin if you have any problems. We recommend you to make a backup of the files on your website and your database before making any changes.
  1. Log in to your WordPress dashboard.
  2. Click Plugins and then Add new.
  3. Search for Better Search Replace and install the plugin with that name.
  4. Click Activate to make the plugin active.
  5. Click Tools and Better Search Replace.
  6. Search for the old domain name and Replace with the new domain name.
  7. Select the tables that you want to search in. Your posts are located in the table wp_posts, but usually you can safely select all tables.
  8. Uncheck the box for Run as dry and click Run Search/Replace. If you want to do a test run before making changes, leave the box for Run as dry checked.

https://sive.host/titfombe/repository/wp-migrate-manual-08.png

Step 12 - Check your site again (Optional)

In most cases, your website is now successfully moved, including images and links. If you still encounter problems, we recommend you to check the WordPress codex for more help.

https://sive.host/titfombe/repository/wp-migrate-manual-09.png

 

 

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Why Videos Should Never be Uploaded to WordPress

  Video content can make a website a lot more interesting by adding additional value to a...

Optimizing WordPress

WordPress is currently one of the most popular blogging/CMS applications in use on our servers....

WordPress Home Fix

If the links in your blog show the wrong domain, redirect to another site or if they are...

How to Login to WordPress

Logging in to WordPress is as simple as visiting your WordPress dashboard URL.   Note: Your...

How to Install WordPress

WordPress is one of the most popular blogging platforms around for good reason. It is easy to...