well, I have both roots and multisite. However, I do not have roots specific rewrite rules.
I have the vanilla rewrite rules defined in the docs. I use the ones for subdomains instead of subfolders.
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
# uploaded files
RewriteRule ^files/(.+) wp-includes/ms-files.php?file=$1 [L]
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ - [L]
RewriteRule . index.php [L]
Comparing them to yours, perhaps, the bottom block is extra?
Related Posts:
- error_log PHP error log found. This file must not be in the production version of the theme. (wordpress theme check plugin)
- I am having issue in divi woocomerce checkout module. (DIVI theme)
- How do I use an iFrame for my header in WordPress twenty seventeen?
- How can I update WordPress plugins or WordPress itself in all server?
- Styling a category link
- Not able to remove caption shortcode from the content
- When I click for the redirect link it is showing the content of index.php instead of single_assignment_page.php
- remove_action from parent theme using child theme functions.php
- File from parent theme imported to child theme doesn’t work – any ideas?
- How to use data URL in WordPress?
- Commenting requires wordpress login, wordpress discussion and post comments tick boxes are checked
- wordpress email checker on domain
- Unable to retrieve get_author_posts_url
- Display post date also if the date it’s the same for each post
- Internal Server Errors – Moving working multi-site install to my localhost
- Conditional Banners
- Force Sidebar on Full Width page
- The style.php file inside theme-engine folder has other content on FTP
- How to override theme’s public static function inside of a trait?
- Invalid Argument foreach
- Roots Sage Symfony error when using override from template
- How to Change Site Elements based on referring URL
- How can I render more than multiple posts on template-parts with post formats
- how to use 2 index.php file One for mobile and one for desktop
- Merging Multiple WordPress Websites
- Add the shortcodes from the enfold theme to the other theme
- Annoying/confusing WordPress memory limit exhausted
- Create form which redirects to site in network?
- Redirect user role to a specific page on login in a multisite network?
- PHP Error in WordPress Theme
- WordPress child theme, creating a custom php template page
- How to get Post sidebar & footer including html like get_the_content() which only gets content section?
- Multiple WordPress sites with different theme and plugin sharing the same content
- Menu to the right of screen on desktop using Bootstrap 4
- Changable favicon
- loop to return tags in woocommerce in alphabetical order?
- Remove node from multisites?
- need to edit php file of child theme to remove an element
- style.min.css code issue
- Beginner Developing Theme with Bootstrap – NavMenu question
- PHP script to redirect traffic based on website accessed
- Add .php to end of all WordPress Pages (multisite)
- How to add Open/Close Toggle button into Twenty Fifteen theme for hiding left sidebar?
- Local WordPress from Git repo, where to set document root?
- user update profile for custom code
- List all blogs apart from the current blog and main blog in WordPress Multisite
- Adding users to another blog
- Use Custiomizer to setup meta theme color tag
- Transfer WordPress Login Session to an Extended Webpage on the Same Domain
- Rotating Header Images
- Resource 404 error on multisite subdirectory install
- Custom Theme, Editor won’t wrap text (i.e. change width)
- Importing demo data in Multisite
- Create a custom theme-specific page, invisible in the admin-panel?
- Editing existing pre-created menus in PHP
- Two theme locations for two menus, but only one is showing up
- use system script advertising in wordpress multisite
- Editted Theme Files Get Updated/Reverted Every So Often
- WP Admin Bar – Get current theme name as custom menu title
- WordPress pagination broken on blog page, working for search results page
- two wordpress sites, two themes, one database, same content
- calling a function from a class in your template
- Showing custom field contents without listing description
- Hide cart when empty [closed]
- WP Knowledge Base Theme bug – Subcategories and Articles, Need to change WP_Query
- Shortcode Display From WordPress Dashboard Page Without Using post_id
- Image not displayed
- Include a php file that is above WP installation hierarchically?
- Inserting A Feed and Sidebar into an HTML Page
- Using existing widget code! [closed]
- how to register a second page-template
- Gallery requires a featured image but does not show it in posts/pages
- WPMU schedule doesn’t execute actions
- WordPress Website Featured Image Replacement Issue
- WP multisite network plugin fails to see classes loaded with spl autoload
- Host does not allow remote connection, so how do I transfer data to my WordPress site?
- a problem in class in class-wp-hook.php
- add_rewrite_rule image from /images/site2/favicon.ico to /favico.ico
- Internal server error when enabling Multisite in WordPress
- Using Featured Image as Hero Background in Word Press
- Font Awesome Icons as squares [closed]
- How to create a build for quickly deploying a server with WP?
- NGINX rewrite rules for WordPress Subdirectory Multisite to support deep URL
- Single wordpress multi website down need help factoring what it is
- Gulp dev environment set up for WordPress theme development
- Change WordPress Multisite Domain to subfolder
- Enabling pretty permalinks with Docker, Multisite WordPress and Caddy
- Running WP-Cron on Multisite networks the right way?
- What is considered good practice for registering menu locations?
- WordPress theme requires PHP v >=8.1 – How to a dd different PHP version to docker-composer
- The theme doesn’t load css and JS files doesn’t load in functions.php
- Updated theme conflicts with updated php version
- Upgraded php & wordpress but theme broke
- How to add query string at the end of sitemap Yoast SEO
- How to Customize the Admin Sidebar Menu in WordPress Multisite Network by changing the backend code of the wp-admin code files?
- Woocommerce Select Option Popup [closed]
- Custom theme on multisite has issues with standard loop output
- Set custom post type to load custom block pattern by default
- WordPress generating Undefined Variable warning
- REST API request between domain and subdomain