WordPress Multisite – Redirect loop when opening site dashboard
-
Hello,
I recently set up a WordPress Multisite installation and I am experiencing a redirect loop when trying to open the dashboard of a newly created site.
Setup
- Hosting: shared hosting (Apache)
- WordPress Multisite installed
- Structure: Subdirectories (not subdomains)
- Main network domain:
https://design.example.com - Example site:
https://design.example.com/test/
The site itself loads correctly when I enter the full URL in the browser.
However, when I go to:
Network Admin → Sites → Dashboard
WordPress redirects repeatedly and the browser eventually shows:
“Too many redirects”
My hosting provider checked the server configuration and confirmed the redirects are generated by WordPress itself, not by the server.
The response header shows:
HTTP/1.1 302 Found
X-Redirect-By: WordPress
Location: https://design.example.com/test/wp-admin/But WordPress keeps redirecting to the same URL.
Things I already checked
.htaccesscontains the default WordPress multisite rules- Permalinks set to Post name
- Browser cache cleared
- Multisite configuration in
wp-config.php:
define(‘MULTISITE’, true);
define(‘SUBDOMAIN_INSTALL’, false);
define(‘DOMAIN_CURRENT_SITE’, ‘design.example.com’);
define(‘PATH_CURRENT_SITE’, ‘/’);Does anyone know what might cause this redirect loop when opening the dashboard of a multisite subdirectory site?
Thank you very much for any help.
Best regards
SarahThe page I need help with: [log in to see the link]
You must be logged in to reply to this topic.