Project

General

Profile

Actions

{{last_updated_at}} by {{last_updated_by}}

Move WP multisite to dev or test site

With Wordpress multi-site, there are several extra steps involved in moving a site around.

define('WP_HOME','http://hcn.local');
define('WP_SITEURL','http://hcn.local');
define('FORCE_SSL_ADMIN', false);
define('RELOCATE',true);

Updated by Jon Goldberg over 6 years ago · 1 revisions