Skip to content

Migrating WordPress to Another Server (Quick Summary)

In summary, here are the things that worked for my wordpress website.

  1. Database:  wp_options
    siteurl = http://libertygeneralbaptistchurch.org/
    home = http://libertygeneralbaptistchurch.org/wordpress

  2. File: wp-config.php
    Add the following two lines after
    * @package WordPress
    */
    define(‘WP_HOME’,’http://libertygeneralbaptistchurch.org/’);
    define(‘WP_SITEURL’,’http://libertygeneralbaptistchurch.org/’);

  3. Home menu button = fix custom link in menu

  4. Don’t forget to change the database username and password in wp-config.php
Tags: