• When we move our old WP blog to a new server, we need to edit the new wp-config.php to connect to the restored database.

    However, there are some define parameter in wp-config.php such as

    define(‘SECURE_AUTH_KEY’, ‘A large number of random characters redacted’);

    and more. The question is do we also have to edit these variable to be the same as the one in our old wp-config.php ?

    Thanks,
    Narin

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘wp-config.php and moving to a new server’ is closed to new replies.