These are the .htacess rules that fixed it.
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
# add a trailing slash to /wp-admin
RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ - [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L]
#RewriteRule ^(.+)?/(wp-.*) /$2 [L]
RewriteRule ^(.*?)/(wp-.*) /$2 [L]
RewriteRule . index.php [L]
Related Posts:
- How to properly force https and www on multisite with Apache HTAccess
- How to change the parent Domain Name in Multisites Project?
- Multisite Redirection to new domains
- WordPress multisite installation subdomains not working properly
- multiple domains point to same site on WP-MU
- Can I add a rewrite rule in htaccess to remove the multisite subdirectory from the URL?
- Multisite subdirectory blogs missing slash
- How to use WordPress Multisite With Different Domain Names?
- Site Redirecting to wp-signup.php
- Moving a WP Multisite to a subdirectory
- Setting up a wordpress network with third level domains
- Which asset URLs are acceptable in a “vanilla” MU install?
- How will self-hosted WordPress work with Google Page Speed Service?
- multisite 404 error for subdirectory
- multisite: use a virtual subfolder for subblogs
- How to use alias domain for multisite installation?
- Multisite htaccess on localhost with WP as an SVN external?
- WP-Admin not working properly at WordPress multisite with subdirectories
- How To Provide Sub-Blogs Their Own Domain Names?
- WordPress Multisite. Can domain be used instead of subdomain?
- domain mapping confused about sunrise
- Multisite – sub-subfolders for certain blogs
- Multisite Subdomains result in 403 Forbidden
- WordPress Multisite – Multiple subfolders for blogs
- WordPress multisite subdirectory redirect infinite loop issue
- Multisite: Develop locally using production images with .htaccess
- multisite htaccess 301 redirects
- How to prevent hotlinking with htaccess in WordPress and why most common use about it doesn’t work?
- WordPress multisite with domain mapping and virtual host on local with fake domain
- Multisite wordpress and subdomain URL collisions
- Error 101 after upgrading WordPress
- W3 Total Cache Plugin with WP 3 MultiUser [closed]
- Nginx rules for subdomain multisite install (Bedrock)
- Protect Uploads in Multisite
- How to use Multiple-Domains in one Multi-Site Installation?
- Basically the opposite MultiSite URL question that most people ask
- Domain redirect in WordPress multisite
- Suppress subdirectory from WordPress Multisite primary URL
- Changing Multisite URL after the subsite has been in use
- 500 error when using virtual host
- add_rewrite_rule not registering on Multisite
- WordPress Multisite Login Access
- Jetpack Blog Subscriptions on Multisite [closed]
- Why wordpress multisite redirect to wp-signup if site exists?
- WordPress multisite htaccess
- Multisite without .htaccess
- How do I use different domain for subdomains in WP Multisite?
- Multiple Multisite networks on the same domain?
- Subdomain and subdirectories together in one installation
- .htaccess 301 vs. 302 Enforcing HTTPS
- Images uploading to wrong directory after changing to multisite
- Sub-subdomain getting redirected to main domain
- Members area with externally-managed htaccess / htpasswd authentication?
- How to configure DNS If I use the plugin yet-another-multi-site-manager?
- Multisite Subdomain Using More Resources Than Others?
- wordpress htaccess is hijacking my .mp4 files
- Alias domain to Multi-site installation in Apache
- How can I have multiple URLs pointing to single WordPress installation?
- How to exclude a directory from WordPress permalinks in a Multisite environment?
- WordPress multisite with multiple parent domains
- WordPress mutisite migration
- Dissolve Multisite while making site #5 the main site?
- Localized WordPress content for different sub-locales of same language?
- Multisite, can’t see sub blogs
- Migrate a WP website from a single-server single-domain to a multi-server multi-domain installation
- WP Multisite – domain mapping to domain.com and separate site to domain.com/help
- How to disable the default WordPress redirect to non-www URLs?
- Special domain for a page
- Create rewriterules for different domains in htaccess file with WP multisite
- MultiSite Move conjures duplicate URL
- WordPress multisite in subdirectory, not root, and remove base folder from url
- Redirect subdomain in Multisite installation?
- Issue with htaccess redirection in WP Multisite
- How do I use different URLs in a single WordPress installation?
- How to redirect URL with subfolder to the same URL but without subfolder?
- Multisite installation not in root – how to make live?
- Redirect only posts to New Domain
- Multisite on localhost using xampp
- Multisite setup help – plain domain/subsite always redirects to domain with subdir multisite
- Add additional non-rewrite .htaccess directives on multisites via mod_rewrite_rules filter
- How to redirect one page on the subdomain
- How can I update dev links for a live site?
- add_rewrite_rule on multisite doesn’t work
- Temp URL Redirect Loop
- Error uploading files bigger than 58 MB
- Multisite – 404 when accessing sub-sites
- Can you install / activate the multisite when the install is in a subfolder?
- WordPress Multisite Strange Redirect on Primary Site
- WordPress Multisite’s in subdirectory not redirecting to dashboard settings
- .htaccess rules for blocking bots with an extra condition
- Wrong Redirect/Rewrite Rules?
- Htaccess file isn’t redirecting http sub-pages to https––they display 404 error instead, tried many solutions and none work
- Some PDF files get Forbidden Access and other open normally on the same directory subsites
- What happens if I use .htaccess of network multisite on a single site installation?
- htaccess file for multiple CMS’s (multisite wordpress + wolfcms) on same domain but different subdirectories
- Wrong filepaths and admin page infinite reload after migrating to aws bitnami
- URL redirect/rewrite rule wordpress multisite
- WordPress multisite .htaccess causes 500 error on old *.php URLs
- Multisite – Looking for ideas to best manage a main site change
- URL without www redirect directly with submission page – Multiwordpress install