This page isn’t working: ERR_TOO_MANY_REDIRECTS
-
Hi,
I’ve migrated the database of
www.wamsa.org.au
towww.mensshedswa.org.au.
When I try to load
https://www.mensshedswa.org.au/wp-admin/network/
, I receive an error:This page isn’t working
https://www.mensshedswa.org.au redirected you too many times.
Try clearing your cookies.
ERR_TOO_MANY_REDIRECTSIf I delete my cookies for the domain, and clear my browser cache, I get to the login screen where I login okay, but get redirected to https://www.mensshedswa.org.au/wp-admin/network/ where I receive the same error.
This is part of my wp-config.php:
define('WPLANG', ''); define('WP_DEBUG', true); define('WP_DEBUG_LOG', true); define('WP_DEBUG_DISPLAY', true); define('WP_HOME','https://www.mensshedswa.org.au'); define('WP_SITEURL','https://www.mensshedswa.org.au'); define('WP_ALLOW_MULTISITE', true); define('MULTISITE', true); define('SUBDOMAIN_INSTALL', true); define('DOMAIN_CURRENT_SITE', 'www.mensshedswa.org.au'); define('PATH_CURRENT_SITE', '/'); define('SITE_ID_CURRENT_SITE', 1); define('BLOG_ID_CURRENT_SITE', 1); define('ADMIN_COOKIE_PATH', '/'); define('COOKIE_DOMAIN', ''); define('COOKIEPATH', ''); define('SITECOOKIEPATH', '');
This is my .htaccess:
RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] # add a trailing slash to /wp-admin RewriteRule ^wp-admin$ wp-admin/ [R=301,L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ - [L] RewriteRule ^(wp-(content|admin|includes).*) $1 [L] RewriteRule ^(.*\.php)$ $1 [L] RewriteRule . index.php [L]
Help appreciated.
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘This page isn’t working: ERR_TOO_MANY_REDIRECTS’ is closed to new replies.