How to Bypass ZillionKingHost WordPress Login Security
ZillionKingHost 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
However you can easily bypass that
Follow the steps below :
1. Login To Cpanel of your website
2. Navigate to File Manager
3. Now Click Public_Html
Just add the following lines in the ".htaccess" under public_html folder .
This will do the job for both login and comment box! No more pop-up authorization box for wp-login.php access!
<FilesMatch "^(wp-login|wp-comments-post).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!