.htaccess - Forbidden when accessing the wordpress admin panel -
After entering a username and password, I get this message when entering from the WordPress Admin Panel: Forbidden < / Strong> I have tried everything to get it out, replace the .htaccess file and add this piece of code This one can not even solve my problem Also tried this one I should not be able to login for two more last two days. This is a very common problem you are facing, you have to change the network on which You are reaching the admin panel. The reason for this is that nowadays, the hosting provider blocks IP addresses from which WordPress sites admin panels are often used. The same thing happens here as well, change network access and try again. You hope that your problem will be resolved.
& lt; Ifmodule mod_rewrite.c & gt; RewriteBase / RewriteCond at RewriteEngine% {QUERY_STRING} ^ redirect_to = http RewriteRule ^ wp-login.php http://example.com/wp-login.php? [R = 301, L] & lt; / IfModule & gt;
Comments
Post a Comment