It turns out that the problem wasn’t WP per say but that mod_rewrite was being forbidden because of some server settings. I didn’t realize it until the server guy sent over an error log that was filled with messages containing:
Options FollowSymLinks or SymLinksIfOwnerMatch is off which implies that RewriteRule directive is forbidden
To make it work, he had to activate FollowSymLinks and SymLinksIfOwnerMatch in one of the server config files (I’m not sure which):
<Directory [REMOVED]>
Options +ExecCGI +FollowSymLinks +SymLinksIfOwnerMatch
AllowOverride None
#Options None
Order allow,deny
Allow from all
</Directory>
Related Posts:
- Moving a WP Multisite to a subdirectory
- Suppress subdirectory from WordPress Multisite primary URL
- Multisite setup help – plain domain/subsite always redirects to domain with subdir multisite
- Multisite Subdirectory with same domain subdomain
- How to host unrelated pages on WordPress domain
- Working with Reverse Proxies and Multisite Installation
- Multisite, different domains, optional subdirectory, and htaccess
- How can I set up a completely separate (not multisite) WordPress installation as a subdirectory of an existing WordPress blog?
- Site Redirecting to wp-signup.php
- multisite 404 error for subdirectory
- Multisite htaccess on localhost with WP as an SVN external?
- Multisite in subfolder – How to make new sites to be in same level subfolders as the main site
- WP-Admin not working properly at WordPress multisite with subdirectories
- Benefits or Problems for using Sub-Directory vs Sub-Domain install of WP Network
- Multisite: differences between subdomain and subdirectory mode? Can it be switch after installation?
- NGinx + WordPress Subdomain Multi with core in Subdirectory
- WordPress Multisite – Multiple subfolders for blogs
- WordPress multisite subdirectory redirect infinite loop issue
- Multisite wordpress and subdomain URL collisions
- Error 101 after upgrading WordPress
- Basically the opposite MultiSite URL question that most people ask
- 500 error when using virtual host
- Why wordpress multisite redirect to wp-signup if site exists?
- How to install WordPress Multisite with different domains under the same subdirectory?
- Subfolder multisite issue. Themes and plugin files 404
- How to do Domain Mapping to Subdirectories?
- .htaccess 301 vs. 302 Enforcing HTTPS
- Limit multisite/network site names to a property of the user
- Members area with externally-managed htaccess / htpasswd authentication?
- Subdirectory multisite installation with several domain names?
- Can’t access WordPress multisite after connecting to domain
- WordPress multisite subdirectory on nginx behind reverse proxy
- Media library not loading after switching the main site of multisite
- Dissolve Multisite while making site #5 the main site?
- Depth > 2 possible with multisite?
- How to run a subdirectory multisite install under a subdomain
- Create rewriterules for different domains in htaccess file with WP multisite
- Make a user administrator to a sub directory site and a contributor to main site in multisite network
- WordPress multisite in subdirectory, not root, and remove base folder from url
- Issue with htaccess redirection in WP Multisite
- Multisite installation not in root – how to make live?
- Add additional non-rewrite .htaccess directives on multisites via mod_rewrite_rules filter
- Multiple wordpress installations that shares WordPress & Theme but with separated database
- Temp URL Redirect Loop
- Error uploading files bigger than 58 MB
- 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
- multisite subdomain behind reverse proxy
- 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?
- URL redirect/rewrite rule wordpress multisite
- URL without www redirect directly with submission page – Multiwordpress install
- Redirect old uploads after moving to multisite
- WordPress sub-domain multisite 505 error
- Multisite Create Site not working
- How to protect specific uploaded files from being accessed by non-logged-in users in WP-multisite
- URL for images folder on Multisite
- Multisite install w/ Sub domains on a subdomain
- Multisite Subdomain Redirect Mask
- Help with multisite redirect issues using Cherokee OR solid nginx config?
- Canonical Resource URLs Across a Multisite Network 2012?
- Cannot use Network Admin (Dashboard) on Multi-site after 301 www redirect
- Missing images after moving servers
- 404 not working on main site on multisite
- After setting up multisite on localhost, requests to localhost redirect to production domain
- Can I use the same Folder name as a Multisite Blog?
- How many .htaccess files should a WordPress multisite (subdirectory set up) have?
- Trying to Decide Between Reverse-proxy and Multisite
- multisite installed on subdomain now want another subsite on subdirectory
- Structure of multilingual and multiregional directory listing website for translation
- Problems with WordPress multisite directories/url structures and admin access after migration
- multisite 404 subfolder same name slug as site
- Rewriting request to another site
- Getting file errors in a WordPress Multisite ADMIN
- How to make the redirects right? IP to domain name folders
- WP Multi Site – configure Sub domain pointing to parent sub directory
- Can I add a rewrite rule in htaccess to remove the multisite subdirectory from the URL?
- How do I split a single WPML site with 6 languages (English is Main) into Multisite with 5 subfolders
- trying to install a wordpress multisite in a subfolder and have custom subsite urls
- Events Calendar Multisite 404 for events
- Multisite htaccess with domain rewrites
- Multisite issue
- Sub-directory domain on subdomain multisite?
- Max number of sub folders
- Can’t access 2nd site (sub) dashboard of WordPress Multisite
- WordPress Multisite subdomains and sharing the same upload folder
- WordPress Multisite with thousands of blog
- Multisite /files/ URLs broken after server move
- Nested folder paths for WordPress multisite
- Subdirectory and domain multisite installation
- Installed in root, want second in subdirectory
- Multisite installation without using domain root
- How to put a Custom Folder under one sub-site of Multisite WP?
- No input file specified after enabling multi site
- How do I make a copy of WordPress to other folder
- Redirect WordPress MS to no-www version, excepting some dirs and prefixes
- Is it possible to install a different wordpress installation in a subdirectory? [duplicate]
- Multisite subdirectory blogs missing slash
- Multisite website configure Domain issue
- External rewrite rules missing in htaccess – Multisite