If your nginx
server block is handling multiple domains, the simplest solution would be to test the $host
parameter within an if
block. Also, change the rewrite
statement so that it only matches a single URI.
For example:
if ($host = domain.com) {
rewrite ^/$ https://new-domain.com permanent;
}
This is placed near the top of the existing server
block.
Related Posts:
- WordPress multisite subdirectory on nginx behind reverse proxy
- Multisite wp-admin redirecting to main wp-admin using NGINX
- Nginx Multisite redirects (incorrectly) on Chrome IE and Mobile, but works (correctly) on Firefox
- WordPress Multisite, NGINX and WordPress Subdirectory Install
- How to disable Multisite sign-up page?
- WordPress Multisite with NGINX, subfolders, and FROM a subfolder
- WordPress multisite,several different languages,page redirect?
- WordPress multisite subdirectory redirect infinite loop issue
- Multisite 404 errors and non-www redirecting to home page
- multisite htaccess 301 redirects
- NGINX Multisite Rewrite rules
- 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 non-www domain redirects to sign-up
- Domain redirect in WordPress multisite
- Multisite – Redirect All Users to Subsite Home Page on Subsite Login
- Multisite non www domain gives registration error but should redirect to www.domain.com
- Trying to access second site dashboard on a multisite configuration proceeds to an error
- Redirect loop (only for multisite network admin)
- WordPress Installation for multi-domains with nginx and php-fpm
- Sub-subdomain getting redirected to main domain
- 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
- Disable domain redirect
- Multisite, multiple domains per site
- Multisite Network menu links not updating
- How to disable the default WordPress redirect to non-www URLs?
- https redirect hell (adding www)
- Auto Redirect after login
- WPMU Development Environment
- Redirect subdomain in Multisite installation?
- NGINX rewrite rules for sub subdomains
- 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
- Mapping subdomain to point to sudirectory site in WordPress Multisite Network
- Redirect & permalink problems after moving multisite to a new server
- Temp URL Redirect Loop
- 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
- Wrong Redirect/Rewrite Rules?
- Multisite Redirection to new domains
- Redirect One Multisite to Another
- Site redirecting to http://example.com/wp-signup.php?new=example.com
- WordPress Network (multisite) — how to ensure each site has their own admin URL?
- 301’s not working with multisite
- WordPress: how to change URL for individual MultiSites?
- How to split existing blog into WordPress Multisites without breaking links?
- How to write RewriteRule for login in multisite
- Multisite Subdomain Redirect Mask
- Network Admin URL is shown to anyone before accessing a blog
- 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
- 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
- Redirect a WordPress Multisite url after it has been change to a new one
- Redirect Function Prevents Images from Showing in Front-end Media Uploader
- Possible to reverse proxy WP multisite to a separate server with NGINX?
- multisite 404 subfolder same name slug as site
- After switch domain, some parts of my site still point to my old domain
- How to make the redirects right? IP to domain name folders
- wordpress.mydomian.com 404 Error
- WordPress multisite redirect one custom non www domain to www
- Multisite (with nested paths) wp-admin redirect loop
- Multisite WordPress Configurtion
- How do I point two urls to the same child site in a multisite config
- Nginx rules for subdomain multisite install (Bedrock)
- Multisite install in a subfolder won’t work with www
- WordPress Multisite FQDN Admin Access
- 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
- 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
- Pages redirect me to the homepage
- 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?
- WordPress 3.0 Multisite – Child sites and backends appearing blank
- Nice font not working when http to https – SSL Issue
- Subdomain add comment redirect to 404 not found page iis server
- Multisite Primary Domain Broken All Subsites Work
- wordpress multisite is broken in nginx but working in apache
- Make multisite non-existing subdomains go to homepage instead of Index of/ page