From this answer, a MU site has the following in wp-config.php: define('WP_ALLOW_MULTISITE', true ); define('MULTISITE', true); define('SUBDOMAIN_INSTALL', true); define('DOMAIN_CURRENT_SITE', 'www.example.com'); define('PATH_CURRENT_SITE', "https://wordpress.stackexchange.com/"); define('SITE_ID_CURRENT_SITE', 1); define('BLOG_ID_CURRENT_SITE', 1); define('COOKIE_DOMAIN', ''); define('ADMIN_COOKIE_PATH',...
  • May 8, 2022
  • 0 Comments
IT Nursery
I’ve done some searching but couldn’t find this issue elsewhere, apologies if this has already been discussed elsewhere. I’ve set up a Multisite install; and am trying to set...
  • April 28, 2022
  • 0 Comments