problem with the inclusion of multisite
-
I read that the activation multisite need to register in the wp-config otherwise appear super admin panel and do not work function multisite.
Well as all prescribed in the manual 2 sites all amazingly well-earned but three well phenomenon is simple.define (‘WP_ALLOW_MULTISITE’, true);
define (‘MULTISITE’, true);
define (‘SUBDOMAIN_INSTALL’, true);
$ Base = ‘/’;
define (‘DOMAIN_CURRENT_SITE’, ‘lalala.com’);
define (‘PATH_CURRENT_SITE’, ‘/’);
define (‘SITE_ID_CURRENT_SITE’, 1);
define (‘BLOG_ID_CURRENT_SITE’, 1);3 site just for registration include multisite shows
Invalid redirect pageFirefox determined that the server redirects the request to this address so that it will never end.
another browser to see this miracle https://lalal.com/wp-signup.php?new=lalal.comThat it can be and how to correct this phenomenon?
- The topic ‘problem with the inclusion of multisite’ is closed to new replies.