Multiple multisite instances connecting to the same database
Instead of changing WP_HOME etc, it would be best to enforce a single domain, e.g. local.example.com or shared.example.com and then use the HOSTS file to set that address to 127.0.0.1 This way there is no change to the URLs at all as it is unnecessary, and the shared DB content is consistent (this menu doesn’t … Read more