I have a wordpress 5.4.12 site I can navegate Front and access to the main site dashboard
I created a subsite and i can´t access to the subsite dashboard
The error i receive is ERR\_TOO\_MANY\_REDIRECTS
This is my .htacess file:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
I am using plesk for hosting, database and file manager
Can someone help me, i have been at this for days and i am running out of tricks.
I have tried multiple ways like disabling plugins and editing the .htaccess file
When i try to edit the .htaccess file, it automatically reverts the new changes on the file whenever i save
[ad_2]