4.9.5 Update – redirect loop wp-admin
-
Since auto-update 4.9.5, i have one redirect loop on wp-admin.
Howdy! Your site at http://****.com has been updated automatically to WordPress 4.9.5.
I try to disable my plugins and themes via FTP but no success.
This is my .htaccess configuration :
# 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>
# END WordPressCan anyone suggest a way to fix this?
Viewing 12 replies - 1 through 12 (of 12 total)
Viewing 12 replies - 1 through 12 (of 12 total)
The topic ‘4.9.5 Update – redirect loop wp-admin’ is closed to new replies.