I’m not certain what’s occurred however our WordPress multisite that is been in a subdirectory for the longest time now refuses to redirect to the WPMS dashboard pages. Settings, themes, plugins and many others.
All of the dashboard settings go to "Sorry! That page doesn’t seem to exist." web page.
This is what we now have tried.
- Renaming plugins folder.
- Renaming htaccess file and producing it once more.
- Attempt altering themes however can not get to the themes settings.
- Tried transferring the location into root listing.
- Tried a number of snippets of code within the capabilities.php based mostly on related issues I’ve discovered.
That is my htacess recordsdata
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteBase /
RewriteRule ^index.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
Recognize any perception?