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
- How to individually set WP_DEBUG on a sub-directory multisite?
- 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
- 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
- Multisite installation combining subdomains and subdirectories
- How to prevent hotlinking with htaccess in WordPress and why most common use about it doesn’t work?
- 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
- Basically the opposite MultiSite URL question that most people ask
- Domain redirect in WordPress multisite
- 500 error when using virtual host
- WordPress Multisite Login Access
- Why wordpress multisite redirect to wp-signup if site exists?
- WordPress multisite htaccess
- How to install WordPress Multisite with different domains under the same subdirectory?
- Multisite without .htaccess
- Subfolder multisite issue. Themes and plugin files 404
- How to do Domain Mapping to Subdirectories?
- .htaccess 301 vs. 302 Enforcing HTTPS
- Images uploading to wrong directory after changing to multisite
- Sub-subdomain getting redirected to main domain
- Limit multisite/network site names to a property of the user
- Members area with externally-managed htaccess / htpasswd authentication?
- On WordPress Network(multisite), Sub Blogs in Subdirectories or Subdomains? What’s better?
- How to properly force https and www on multisite with Apache HTAccess
- wordpress htaccess is hijacking my .mp4 files
- Change multi-site installation from sub-domains to sub-directories
- How to exclude a directory from WordPress permalinks in a Multisite environment?
- 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
- WordPress mutisite migration
- Dissolve Multisite while making site #5 the main site?
- Installing multisite on domain with existing subdirectory wordpress installations
- Multisite, can’t see sub blogs
- Depth > 2 possible with multisite?
- How to run a subdirectory multisite install under a subdomain
- How to disable the default WordPress redirect to non-www URLs?
- 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
- Redirect subdomain in Multisite installation?
- Issue with htaccess redirection in WP Multisite
- Multisite installation not in root – how to make live?
- Redirect only posts to New Domain
- Multisite on localhost using xampp
- Add additional non-rewrite .htaccess directives on multisites via mod_rewrite_rules filter
- Multiple wordpress installations that shares WordPress & Theme but with separated database
- WordPress Multisite new sites in directory
- 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
- 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
- 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?
- 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
- URL without www redirect directly with submission page – Multiwordpress install
- Multisite Redirection to new domains
- Run additional service on domain with WordPress Multisite?
- Redirect old uploads after moving to multisite
- WordPress sub-domain multisite 505 error
- Redirect to localhost after installing Multisite on server
- WordPress: how to change URL for individual MultiSites?
- 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
- One Domain, Two Installs of WordPress
- Multisite install w/ Sub domains on a subdomain
- Multisite Subdomain Redirect Mask
- Help with multisite redirect issues using Cherokee OR solid nginx config?