How to Bypass BTMaxHost WordPress Login Security?

BTMaxHost 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! No more pop-up authorization box for wp-login.php access!

  • pop up, wordpress login issue, wordpress security, login popup
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How to display Related Pages in WordPress?

Step::1 Login to your WordPress admin dashboard Step::2 Go to Plugins and click on Add...

How To Fix ‘413 Request Entity Too Large’ WordPress Error using .htaccess?

This error occurs generally when a user tries to upload a large size file and media in the...

How To Force Logout All Users In WordPress At Once?

How To Force Logout All Users In WordPress At Once? Step::1 Let’s start by logging into the...

How to Add Google Analytics to your WordPress website?

In this article, we will share how you can easily install Google Analytics in your WordPress...

How to Add WhatsApp live chat to your WordPress site?

Step::1 Login to your WordPress dashboardStep::2 Go to the Plugins section and click on Add...