WordPress will create an .htaccess file automatically if you are using Permalinks. There will not be an .htaccess file if Permalinks are set to default, unless another component has created it. WordPress will only look to the one single instance of .htaccess in the WP root (unless you specifically setup a separate sub-folder install) and ignore any versions in sub folders.
Try testing for the folder layers you want to remove with a RewriteCond
check and then rewrite those up to root or up one layer, whichever is your goal.
Something like this should produce what you are looking for:
RewriteEngine on
#
# stuff to let through (ignore)
RewriteCond %{REQUEST_URI} "/folder1/" [OR]
RewriteCond %{REQUEST_URI} "/folder2/"
RewriteRule (.*) $1 [L]
More details about this approach here and from Apache directly
Related Posts:
- Rewrite rules in multisite
- add_rewrite_rule not registering on Multisite
- Add Rewrite Rule to point to a file on the server
- Custom rewrite rule sends 404 header on multisite
- ReWriteRules and WordPress Multi-Sites with Sub Directories
- Multisite custom rewrite urls
- How to reliably flush rewrite rules on multisite?
- How to modify author base slug with groups and slug to use nice_nickname?
- Multisite wordpress and subdomain URL collisions
- WordPress Network on IIS7/SQL Server – Rewrite Issues
- Multisite installation on IIS gives 404 trying to access the admin dashboard
- Members area with externally-managed htaccess / htpasswd authentication?
- How to exclude a directory from WordPress permalinks in a Multisite environment?
- wordpress multisite subsite rewrite rules not working for videos
- How to disable the default WordPress redirect to non-www URLs?
- Create rewriterules for different domains in htaccess file with WP multisite
- NGINX rewrite rules for sub subdomains
- add_rewrite_rule on multisite doesn’t work
- web.config breaks the themes for sub-directory multisite
- How to configure Multisite Network with randomized hostnames?
- .htaccess rules for blocking bots with an extra condition
- URL redirect/rewrite rule wordpress multisite
- Nginx Wildcard SSL with WordPress Multisite Subdomains
- URL without www redirect directly with submission page – Multiwordpress install
- WordPress rewrite multisite blog url
- WordPress Network (multisite) — how to ensure each site has their own admin URL?
- Nginx — WordPress multisite with root folder in own directory
- Multisite sub-directories IIS 7.5 change media/uploads location
- add_rewrite_rule not working in WordPress Multisite
- Help with multisite redirect issues using Cherokee OR solid nginx config?
- One blog inside another
- wordpress multisite permalink structure: mostly subdomains but not all
- Move wp-content htacess
- ReWrite rule for files of a previously standalone blog moved to network
- How To Run Multiple Multi-Site Networks On Same Box [closed]
- How to Force WWW. in Domain With WordPress MU Domain Mapping Plugin?
- Add www to the Root Site in WP Multisite Network
- Multisite problem with unexisting paths to CSS etc
- How to map domains to specific pages in WordPress and display them in the address bar?
- WordPress network, add extra directory to subsite urls
- Rewriting request to another site
- WordPress Multisite ABSPATH and get_home_path() to check for htaccess or web.config file
- There is how to change url domain on some posts?
- using htaccess to check for cookie on permalink then conditionall rewrite with query parameter
- Applying Child Theme to another site, which has its own URL
- Add a custom word to the base of a multisite url
- Built-in Sitemap on Multi-site install produces 404?
- How can I configure WP multisite to use /blog/ as part of the path structures?
- Network created blogs URL
- How to put a Custom Folder under one sub-site of Multisite WP?
- WordPress 3.0 Multisite – Child sites and backends appearing blank
- Multisite: Redirect a deleted site – Best practice?
- WordPress: How to change name of ADD-ON domain’s folder and also change/rename all references to it
- How do I set up multisite on Digitalocean?
- Could not find site error
- Moving a WordPress Multisite site to a new install
- Create service similar to wordpress.com [closed]
- How to redirect image attachment to its original post
- Is there a full explanation on how to share a database with two WordPress sites on same server?
- ERROR: Cookies are blocked or not supported by your browser. You must enable cookies to use WordPress
- HyperDB, Multisite – on new site creation put site’s tables to specific database
- Multiple WordPress sites on one hosting [closed]
- How to enable subdomain -multisite work, when only subdirectory is only shown in network setup?
- Can i use the same content in two websites? one is the main website and one is directory website
- WordPress Multisite
- List all blogs a user can admin [duplicate]
- Trying to create site-wide Active Directory sync with Multisite
- WordPress Header Not Showing on Sub Pages
- WordPress Multisite restict user access
- How to login Separately in each blog?
- How to mass change theme for all Multisite network sites?
- External rewrite rules missing in htaccess – Multisite
- WordPress add parameters with friendly url structure
- add_rewrite_rule not working in Custom Post Type UI Plugin
- Cookies in Multisite network where sites have their own domain name?
- URL rewrite parameter lost (add_rewrite_rule)
- add_action insert html
- Error Message when logging into WordPress on Xampp
- Swap domains of two sites with each other in multisite
- url rewrite doesn’t load woocommerce product
- Many big issues in the website, WP_Debug not showing
- Run WordPress multisite from secondary volume on AWS EC2
- 404 error in dashboard of subdomain of multisite
- Multisite admin panel not working after the update
- Add additional URL variations for a Post
- Use add_rewrite_rule to change subpage url
- Wrong rewrite rules
- Multisite Primary Domain Broken All Subsites Work
- WordPress Multisite – How to backup only 1 child website database (not everything)?
- How to tweak page links in WordPress Multisite
- Rewrite Page Parameters
- Single installation with sub-domains for admin and separate domains for sites
- Rewrite URL for a specific taxonomy [duplicate]
- Multisite Conversion White Screen Error
- List all sites in multisite
- FromName –> ReplyTo Name wordpress multisite contact form
- Rewrite and replace url wp-admin/edit.php and wp-admin/post-new.php
- Programmatically add a custom url route “/category/index.json” to return a collection of posts in json
- Using WordPress multisite is there a way to force HTTPS on specific subsites and not others?
- Custom archive URL as a subfolder of the custom post type slug