Alright I figured it out. Thank you guys.
What it came down to was a little snippet of code I put in a while back to redirect a user to the home page if not logged in…. stupid me.
I really appreciate your help in this though. By disabling everything but wordpress (all plugins, caching, everything.) it still happened. I decided to change the theme used on my root site to the same theme used on the sub-sites and it resulted in an endless redirect. boom. That’s when the light turned on.
Thanks again!
-Chase
And if anybody wants that code, here it is: it word pretty well! 🙂
<?php if (
!in_array($GLOBALS['pagenow'], array('wp-login.php', 'wp-register.php'))
&& !is_admin()
&& !is_user_logged_in()
) {
wp_redirect('http://www.example.com/', 301);
exit;
}
?>
Related Posts:
- WordPress multisite subdirectory on nginx behind reverse proxy
- Nginx config, how can I redirect primary multisite domain, but not its sub-folders, nor other domains?
- Multisite wp-admin redirecting to main wp-admin using NGINX
- WordPress Multisite with multiple domains using Nginx
- WordPress Multisite with NGINX, subfolders, and FROM a subfolder
- NGinx + WordPress Subdomain Multi with core in Subdirectory
- WordPress Multisite – Multiple subfolders for blogs
- Multisite 404 errors and non-www redirecting to home page
- multisite htaccess 301 redirects
- W3 Total Cache Plugin with WP 3 MultiUser [closed]
- Nginx rules for subdomain multisite install (Bedrock)
- Redirect all users, except network administrators, from the main site to a subsite
- Multisite wp-admin redirect loop
- Multisite non-www domain redirects to sign-up
- WordPress network (multisite) /wp-admin/ redirect loop (ERR_TOO_MANY_REDIRECTS)
- Domain redirect in WordPress multisite
- Multisite non www domain gives registration error but should redirect to www.domain.com
- 301 Redirects for posts, category, pages from original domain to sub-domain of multisite
- Redirect loop (only for multisite network admin)
- Why wordpress multisite redirect to wp-signup if site exists?
- Multisite WordPress nginx uploaded files throw 404
- WordPress Installation for multi-domains with nginx and php-fpm
- Sub-subdomain getting redirected to main domain
- how do I configure nginx for wordpress multisite, it occurs ERR_TOO_MANY_REDIRECTS
- Subdirectory multisite – only root admin available on NGINX
- How to exclude a directory from WordPress permalinks in a Multisite environment?
- Redirect subdomain homepage to domain specific page in wordpress multisite
- Multisite setup on VVV with bedrock
- Multisite Redirect issue
- How to Redirect login User with Mapped Domiain Primary blog Url to Original Sub-site Url
- Redirect users on logout
- Multisite, multiple domains per site
- Multisite Network menu links not updating
- How to run a subdirectory multisite install under a subdomain
- How to disable the default WordPress redirect to non-www URLs?
- https redirect hell (adding www)
- Auto Redirect after login
- Redirect subdomain in Multisite installation?
- Issue with htaccess redirection in WP Multisite
- Site kit Google Analytics setup giving Error: {“error”:”invalid ‘redirect_uri'”}
- All pages have 302 redirect, which I can’t remove
- Why my deleted url is redirecting to random post?
- Redirect only posts to New Domain
- Multsite redirecting to the main site
- Multisite setup help – plain domain/subsite always redirects to domain with subdir multisite
- Mapping subdomain to point to sudirectory site in WordPress Multisite Network
- Redirect & permalink problems after moving multisite to a new server
- Installed domain-based Multisite but can’t access wp-admin (redirect loop)
- Redirect Site Geologically
- How to configure Multisite Network with randomized hostnames?
- WordPress Multisite Strange Redirect on Primary Site
- Htaccess file isn’t redirecting http sub-pages to https––they display 404 error instead, tried many solutions and none work
- WordPress Multi-Site on Ubuntu 18.04 LAMP Keeps Re-Directing
- Nginx Wildcard SSL with WordPress Multisite Subdomains
- Multisite Redirection to new domains
- Redirect One Multisite to Another
- Site redirecting to http://example.com/wp-signup.php?new=example.com
- WordPress Multisite + Erros with URLS and ADMIN
- WordPress Network (multisite) — how to ensure each site has their own admin URL?
- 301’s not working with multisite
- Multisite, Subdomain, shared NFS directory Linux HELP
- WordPress: how to change URL for individual MultiSites?
- Multisite Subdomain Redirect Mask
- Cannot use Network Admin (Dashboard) on Multi-site after 301 www redirect
- 404 redirecting to home [closed]
- How to temporarily redirect front page of a network to one of the sites/blogs?
- Some permalinks are not working and show 404
- Multisite Redirect for Home Page Only
- Working with Reverse Proxies and Multisite Installation
- How to Force WWW. in Domain With WordPress MU Domain Mapping Plugin?
- Two installs conflicting – Pages redirecting
- Setup another new subdomain root on top of multisite configuration
- WordPress multisite second site admin resulting in too many redirects error
- Redirecting specific sites to HTTP in WordPress Multisite
- Possible to reverse proxy WP multisite to a separate server with NGINX?
- After switch domain, some parts of my site still point to my old domain
- wordpress.mydomian.com 404 Error
- Multisite (with nested paths) wp-admin redirect loop
- Multisite WordPress Configurtion
- Nginx rules for subdomain multisite install (Bedrock)
- WordPress Multisite FQDN Admin Access
- Multisite login and redirect to users main blog,
- WordPress Multisite redirect loop
- Using www along with non-www for main domain in multisite installation
- Why does defining MULTISITE true change the database connection in use
- Redirect all users, except network administrators, from the main site to a subsite
- Multisite: Redirect Subsite Administrator to Subsite Home Page, Bypassing Dashboard
- Admin user getting redirected to /wp-admin/user
- Make a select where the options are the different multisites
- Is there a way to have wordpress 301 versus 302 urls by default?
- Redirect extra url to Multisite in folder
- WordPress on Nginx – Missing admin/toolbar
- Multisite redirect loop for a single www domain
- Development (multi)site indexed – recommendations to redirect 301 to correct url?
- Redirect authors from upload.php url to Home page in Multisite
- How to redirect root blog to a specific one in multilang WP?
- WordPress 3.0 Multisite – Child sites and backends appearing blank
- Subdomain add comment redirect to 404 not found page iis server
- External rewrite rules missing in htaccess – Multisite
- wordpress multisite is broken in nginx but working in apache