First clear your browser’s cache (including cookies) and your server’s cache (cache plugins, etc.) Then set the following in your wp-config.php
file:
define('ADMIN_COOKIE_PATH', "https://wordpress.stackexchange.com/");
define('COOKIE_DOMAIN', '');
define('COOKIEPATH', '');
define('SITECOOKIEPATH', '');
Also, you may checkout the answer from HERE:
define('WP_ALLOW_MULTISITE', true);
define('MULTISITE', true);
define('SUBDOMAIN_INSTALL', false);
define('DOMAIN_CURRENT_SITE', 'your-domain.example');
define('PATH_CURRENT_SITE', "https://wordpress.stackexchange.com/");
define('SITE_ID_CURRENT_SITE', 1);
define('BLOG_ID_CURRENT_SITE', 1);
define('SUNRISE', 'on');
If it still fails, then read this answer or contact your server support, there may be a configuration issue in the server.
Related Posts:
- Login problems on multisite installation with different domains
- Can a multisite’s blogs be accessible from two different sub-domains?
- WP Multisite development with Mamp Pro and wildcard subdomains, not really working for me
- How to use alias domain for multisite installation?
- COOKIE_DOMAIN setting confusion
- “Preview Changes” button doesn’t show changes for previously published posts/pages
- Changing Multisite URL after the subsite has been in use
- Trying to migrate a WordPress Multisite with Domain Mapping
- How do I use different domain for subdomains in WP Multisite?
- Possible to create a multisite network where the main site is non-WP?
- Changing admin sub-domain in WordPress multisite
- Subdomain login problems
- How to Redirect login User with Mapped Domiain Primary blog Url to Original Sub-site Url
- WP MU – Accessing ‘Domain-Mapped’ WP-Admin with a subdomain
- WP Multisite – domain mapping to domain.com and separate site to domain.com/help
- Child Site doesn’t appear in the Network menu
- Migrating wordpress multisite and domain mapping plugin
- ERR_TOO_MANY_REDIRECTS when i config my subdomains
- MU/Subdomains + Domain Mapping + SSL?
- WordPress MU subdomain vhost
- Install multisite wordpress on a subdomain and map to top level domains
- Multisite on single wordpress
- WordPress Multisite with subdomains on different domains
- WordPress Multisite and how to apply sef urls only to specific sites
- multisite installed on subdomain now want another subsite on subdirectory
- Domain not redirected correctly with WordPress Multisite
- WordPress Multisite with Wildcard Certificates not mapping correctly
- new WPMS site not working / Q setting up new site/subdomain
- Single sign on to sub-sites in Multisite Network
- Subdirectory and domain multisite installation
- Multisite: Run a subdomain install from a directory install
- Some Subdomains on a Multisite Install Not Found
- Is it possible to put a site other than #1 as a Multisite top-level domain?
- WordPress: How to change name of ADD-ON domain’s folder and also change/rename all references to it
- How to use WordPress Multisite With Different Domain Names?
- Site Redirecting to wp-signup.php
- Moving a WP Multisite to a subdirectory
- Add additional Network constants to wp-config.php dynamically
- Multisite on Windows with wildcard subdomains
- Why is WordPress Multisite redirecting to wp-signup.php and how to fix it?
- Are nested subdomains possible with a subdomain multisite?
- Anyone figured out how to use WordPress MultiSite with Domain Mapping & SSL?
- Domain mapping (without plugin) in 4.5.x multisite?
- Multisite Domain Mapping with SSL
- multisite 404 error for subdirectory
- How to set up wordpress domain mapping on MAMP Pro
- WordPress Multisite with multiple domains using Nginx
- Steps for Moving Multiple WordPress Installs to a Multisite Install?
- SSL wildcard issue for wp multisite subdomains
- What is the best way to load the WP environment in a subdomain of my multisite WordPress install?
- WP-Admin not working properly at WordPress multisite with subdirectories
- How to individually set WP_DEBUG on a sub-directory multisite?
- Wildcard subdomain for the same site
- Benefits or Problems for using Sub-Directory vs Sub-Domain install of WP Network
- Create multiple subdomains for multi-site from a database
- WP-CLI methods for get_current_blog_id, get_blog_details or $wpdb->prefix
- WordPress Multisite. Can domain be used instead of subdomain?
- domain mapping confused about sunrise
- Is there a way to define wp_blogs domains in wp-config?
- Multisite: differences between subdomain and subdirectory mode? Can it be switch after installation?
- MU domain mapping login issue
- How to set up WordPress Multisite on multiple domains without plugin?
- Security in WordPress plugin development
- NGinx + WordPress Subdomain Multi with core in Subdirectory
- Set subdomains live in a next step
- WordPress multisite subdirectory redirect infinite loop issue
- Transfer Subdomain site to Multisite setup
- sunrise.php for multi-network install of domain mapping plugin
- Multisite installation combining subdomains and subdirectories
- How does wordpress multisite manage subdomains?
- Infinite loop problem with the WordPress MU Domain Mapping plug-in
- Why can’t a WordPress network (multisite) in it’s own folder use subdomains?
- Multisite with path, how to change the main site
- Is it still only possible to do multisite domain mapping with a plugin in WordPress 4.1?
- Multisite wordpress and subdomain URL collisions
- How to manage multiple domain with different languages on each domain with single wordpress installation?
- Subdomain multisite gives 404 on sub sites
- Add New Sub Site from the WordPress back end then in sub site options table option_value must be with https
- Suppress subdirectory from WordPress Multisite primary URL
- How to add new sites and map a custom domain in WordPress Multisite?
- WordPress multisite with different domain
- Fix 403 error on WordPress multisite network using subdomains
- Testing Multisites with vagrant or Can I use multisite with only an IP address (without domain name)
- How to move theme directory but not plugins/uploads out of WordPress root directory?
- Getting an ERROR: Cookies are blocked error when logging in to a site on a different domain?
- Multiple blogs, different domain names, one install to rule them all
- W3 Total Cache – How to disable “Performance” menu under multisite? [closed]
- Hide root site in Multisite install
- Non-wordpress subdomains on Multisite Installation
- subdomain mulitsite on localhost in a subfolder
- WordPress Network for regional company websites
- How to do Domain Mapping to Subdirectories?
- Sub-subdomain getting redirected to main domain
- how do I configure nginx for wordpress multisite, it occurs ERR_TOO_MANY_REDIRECTS
- How do I park secure.primary.com on top of the multisite ID:1 domain: www.primary.com (primary multisite domain)
- Multiple domains with different child themes on one installation?
- On WordPress Network(multisite), Sub Blogs in Subdirectories or Subdomains? What’s better?
- How do I maintain static directories on multisite subdomains?
- WordPress MU Domain Mapping Customizer Error
- Multisite Subdomain Using More Resources Than Others?