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 
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 .

<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!
 
 
Learn More About Wordpress
 
https://zillionkinghost.com/billing/knowledgebase/9/Wordpress


Saturday, June 1, 2019





« Back