WP multisite is not working
-
While making wordpress site into a multisite, I am getting below error in chrome browser
The blog.XXXXX.com page isn’t workingblogs.wiley.com redirected you too many times.
Try:
Reloading the page
Clearing your cookiesBelow lines are appended in /wp-config.php
/* Multisite */
define( ‘WP_ALLOW_MULTISITE’, true );
define(‘MULTISITE’, true);
define(‘SUBDOMAIN_INSTALL’, false);
define(‘DOMAIN_CURRENT_SITE’, ‘blog.XXXXX.com:88’);
define(‘PATH_CURRENT_SITE’, ‘/’);
define(‘SITE_ID_CURRENT_SITE’, 1);
define(‘BLOG_ID_CURRENT_SITE’, 1);
/* That’s all, stop editing! Happy blogging. */Without the above configuration, page is loading fine. Please suggest
The topic ‘WP multisite is not working’ is closed to new replies.