Multisite URL change
-
Hi, I’ve created a new WP multisite and I’m about to change my development site IP/URL to the correct live URL. I’ve read lots of info from the Codex and several posts, but before I go ahead I need to clarify a couple of things that aren’t obvious to me as a novice.
In file manager, my root/ home directory is (home/ipswi962).
My current homepage is at http://my_ip_address/~ipswi962/ (not sure why there’s an extra ‘~’ ) ?
My 2nd multisite site is at http://my_ip_address/~ipswi962/members/My live URL will be http://www.my_new_site.org.uk (Is that my Home URL, Site URL or both? )
In the database tables I think I need to change:-
1/ all instances of my_ip_address/~ipswi962 to http://www.my_new_site.org.uk
and
2/ all my_ip_address/~ipswi962/members to http://www.my_new_site.org.uk/membersbut,
3/ In wp-config.php I have the following:-
$base = ‘/~ipswi962/’;
define( ‘DOMAIN_CURRENT_SITE’, ‘my_ip_address’ );
define( ‘PATH_CURRENT_SITE’, ‘/~ipswi962/’ );so based on what I’ve said above, I can’t work out what to change to what in wp-config.php?
Can anyone put me out of my misery please?
Thanks.
The topic ‘Multisite URL change’ is closed to new replies.