I removed following lines and errors vanished.
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
# add a trailing slash to /wp-admin
RewriteRule ^wp-admin$ wp-admin/ [R=301,L]
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ - [L]
RewriteRule ^(wp-(content|admin|includes).*) $1 [L]
RewriteRule ^(.*\.php)$ $1 [L]
RewriteRule . index.php [L]
Related Posts:
- How To Add Custom Form Fields To The User Profile Page?
- Create mobile site with same content just different theme
- Multisite stuck at 1MB for max file size
- Add WordPress MU Network Admin via Database
- How to get current site id? (WPMU)
- How to Control user registrations directly on sub-sites
- Steps for Moving Multiple WordPress Installs to a Multisite Install?
- WordPress Subdomain MultiSite on localhost XAMPP on :8080 with IIS taking port 80
- Multisite with 2 different themes
- WordPress multisite,several different languages,page redirect?
- Prevent Deletion of Blogs
- WordPress multisite subdirectory redirect infinite loop issue
- Difference Between Admin and Super Admin in Database
- Installing One Plugin on a Few Blogs on a MultiSite
- How to remove Broken Link Checker widget from admin menu
- .htaccess 301 vs. 302 Enforcing HTTPS
- How to Move Local Singlesite Database to Remote Multsite Database?
- Get the Current Blog URL of User in Multi Site?
- How to order by blog ID in this multisite ‘List Blogs’ custom function
- Localized WordPress content for different sub-locales of same language?
- Change the “main site” on a wordpress multisite installation
- Multisite plugin hiding on specific blogs
- how to identify a multisite installation
- Multisite Pull Recent Image Attachments from Blog ID
- Cannot access WordPress Multisite Main Dashboard
- The requested URL /login was not found on this server
- “Organize my uploads into month- and year-based folder” Option Not Visible in Multisite
- Multisite install – Create each domain with its own directory
- Configuring multi-site with domain mapping
- Multisite theme control not working
- Copy Root Multisite Site
- WP Multisite with Domain Mapping : Preventing User Access to Dashboard
- Possible to enqueue scripts and CSS to Multisite Network dashboard?
- Where does multisite store image uploads?
- Howto disable comment moderation emails for admins, but not for authors
- WordPress Multisite – can I somehow merge the tables?
- Multisite – Lost Password Link is for wrong site
- Clone single site into a multisite setup
- Change Administrator to Super Administrator (multi-site)
- Migrating MultiSite to SSL: Media Library not updating
- Automatically login user across multisite
- Removing Mutlisite lines stop DB connection
- Renaming admin user on multisite install by MySQL
- Assign default widgets to all sites in a multisite network
- How to split existing blog into WordPress Multisites without breaking links?
- How to move a WordPress multisite?
- get_option( ‘home’ ) not returning value in database
- I want to create a 300 multi-site wordpress network using subdomains
- How can I create blog specific database table in multisite?
- Update blog option during create new blog?
- Save uploads directly in the uploads folder (on a multisite)
- Missing images after moving servers
- Create “/blog” sub-site on WP multisite network
- How to query blogs posts of WordPress sub domain?
- how to list all subdomain in wordpress multiuser
- Share contents/posts between sites in a WordPress 5.6
- Wait ajax to complete before continue loop
- Installing other applications alongside WordPress multisite and configuring dns routing
- All Network sites display as main blog
- Disable site visiting and user logins excepting for a specific user
- How to share User Database between Two Multisite Installations + More
- Multi-site, different dashboard
- Two WordPress Installs — Failed page on One Defaults to the Other
- Migrating Multisite setup to a different domain
- How to test custom links within a multisite while in development stage
- How to enable wp-admin and wp-login only over highport
- How to display custom logo on WordPress login page
- Error while localizing communityEventsData in script-loader.php
- Easily adding multiple existing users to a multisite site
- Display posts from one network site on another
- Using WordPress multisite for subsites only
- Multisite network on new domain
- Multisite with different domain names
- How to add a new domain to an existing single site WordPress server?
- Unable to sign in to network after moveing address but able to login into child sites
- Multisite overide current blog on load of WordPress
- Multisite install on a sub-directory
- using htaccess to check for cookie on permalink then conditionall rewrite with query parameter
- How to change a logo on a wordpress site that is part of a 7 site multisite?
- Allow users on a multisite network to only have access to one subdomain
- Add external url to WooCommerce My Account navigation
- Showing All Media from All Multisites
- Multi site sub sites redirect to root if www is NOT used in url
- Multi-site database upgrade claims success, but db_version not updated
- Admin dashboard does not show WordPress network sites
- WordPress multisite: wp-admin 403 error
- How to have same admin login for more than one site?
- Authenticate WordPress Site through another WordPress installation?
- How can I configure WP multisite to use /blog/ as part of the path structures?
- WordPress MU users – how are they organized?
- How to put a Custom Folder under one sub-site of Multisite WP?
- Possible to set new user’s site time zone at user creation using Gravity Forms?
- Is WP Importer Safe on Multisite?
- ACF Image Object Sizes Issue on Multisite
- Multisite   wrong encoding problem
- Can we able to post blog on another WordPress blogsite?
- Nice font not working when http to https – SSL Issue
- add_action insert html
- Error Message when logging into WordPress on Xampp
- What could be changing my WP password and blocking plugins from installing?