I have a multsite installation with canonical setup like site1.domain.com
and site2.domain.com
etc. How do I change the default root site from site 1
to site 2
?
I tried to change these two values in wp-config
to 5
instead of 1
and there was no effect:
define( 'SITE_ID_CURRENT_SITE', 1 );
define( 'BLOG_ID_CURRENT_SITE', 1 );
Is there a tutorial out to do this?