Can’t access to dashboard ( says error too many redirects)
-
Hi,
I have a multisite WP and I can’t access my second dashboard (www.monykabeauty.com/fr/) anymore, at first I had Error 404 when I tried to access Elementor settings and Page window, then I saw a “ERROR TOO MANY REDIRECTS” when trying to connect to my dashboard page and now a “ERR_NETWORK_CHANGED” page when I try to access my first dashboard (www.monykabeauty.com/) that was still accessible 15mins ago, a mess!!
What I tried to fix this:
-updating .htaccess with te basics
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> php_value upload_max_filesize 64M php_value post_max_size 128M php_value memory_limit 256M php_value max_execution_time 300 php_value max_input_time 300 # END WordPress
-updating URL on wp-config with these wo lines
define('WP_HOME','https://www.monykabeauty.com'); define('WP_SITEURL','https://www.monykabeauty.com');
-deactivating plugins through ftp
-deactivating themes through ftp
-updating permalinks when I could still access both dashbordsCan you help me please ?
The page I need help with: [log in to see the link]
- The topic ‘Can’t access to dashboard ( says error too many redirects)’ is closed to new replies.