How to Bypass Beta Host WordPress Login Security?

Beta Host Limited servers have wordpress bruteforce protection, so you may see a POPUP Authorization box to provide "admin" as your username and password, so the real wp-login.php will be shown.

However you can easily bypass that. Just add the following lines in the ".htaccess" under public_html folder.

<FilesMatch "wp-login.php">
AuthType None
require all granted
</FilesMatch>


This will do the job for both login and comment box! No more pop-up authorization box for wp-login.php access!

Was this answer helpful? 7 Users Found This Useful

Related Articles

How to Manage Bandwidth Limit Exceeded and Avoid Account Suspended on WordPress

Dear Value Customer,Due to Bandwidth Limit Exceeded with Most of Our Customer that are using...

"Error Establishing a Database Connection" in WordPress

In this article we will look how to resolve the "Error Establishing a Database Connection". There...

How to use Jetpack / WP Super Cache with WordPress?

Beta Host Limited servers block remote connection to xmlrpc.php or, wp-cron.php for security...

How To Get 3000 Backlinks In One Day

Backlinks are one of the most important components of having a successful website therefore we...

Hiding Your WordPress Login Page from Hackers with Code

There are 40 million brute force attacks on websites every day, so it’s highly likely your site...