How do I unblock my WordPress login page?
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.
- Log in to the one.com Control Panel.
- Open File Manager.
- Navigate to the directory where you installed WordPress.
- Click on the .htaccess file to open it in the editor.
- 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:/]
- Click Save at the top of the screen.
- Delete the cookies in your browser - check our guide if you don't know how to do this: How do I delete cookies?
- Try to log in to your WP Admin again.
If this didn't solve your problem, please contact our support.
Related articles:
Was this article helpful?