It seems you’re facing a redirection issue between www and non-www versions of your multisite domains.
- Ensure it’s configured correctly for multisite.
- Update “Site Address (URL)” and “Home” fields in Network Admin without www.
- Clear server-side caches and browser cache.
- Use browser tools to identify where the redirection issue originates.
- Review server settings for any www-related redirects.
- Confirm DNS records for both www and non-www versions.
- Check
wp-config.php
for DOMAIN_CURRENT_SITE
setting.
By addressing these areas, you should resolve the redirection problem between www and non-www URLs on your multisite setup.