How do I unblock my WordPress login page?

EncodeByte

When you try to log in to your WordPress dashboard, do you get an error saying it is “blocked”? Then follow this guide to solve it.

  1. Log in to the Cpanel.
  2. Open File Manager.
  3. Navigate to the directory where you installed WordPress.
  4. Click on the .htaccess file to open it in the editor.
  5. Paste the following rewrite rule, above the existing code:
RewriteEngine On
 RewriteCond %{REQUEST_URI} ^/
 RewriteRule .* - [CO=wordpress_test_cookie:WP+Cookie+check:% {HTTP_HOST}:1440:/]
  1. Click Save at the top of the screen.
  2. Delete the cookies in your browser.
  3. Try to log in to your WordPress dashboard again.
unblock WordPress login page
Share This Article
Leave a Comment

Leave a Reply

Your email address will not be published. Required fields are marked *