Can’t Login to my website with wp-admin since updating to 5.6
-
I can’t log in to my website since the 5.6 update, I tried renaming the plugin folder and theme as well via the file manager but the problem still persists, I tried using the using the block of code on the .htaccess file
# BEGIN WordPressRewriteEngine On
RewriteRule .* – [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]# END WordPress
But the website stops working when I tried that so I replaced it with the backup file
The page I need help with: [log in to see the link]
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Can’t Login to my website with wp-admin since updating to 5.6’ is closed to new replies.