How to Bypass ZillionKingHost WordPress Login Security

 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 
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!
  • wordpress, wordpresslogin, wordpressauthentication, bypasssecurity, wordpressadmin, wordpress.com, wordpress.org, wordpresswebsite
  • 83 Users Found This Useful
Was this answer helpful?

Related Articles

How to use Jetpack / WP Super Cache with WordPress

ZillionKingHost servers block remote connection to xmlrpc.php or, wp-cron.php for security...

How To Hide 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...

Migrating an Existing WordPress.com Site

This article can assist if the WordPress blog is hosted on WordPress.com. Just follow these steps...

How to Login to a WordPress Site

How to login to your WordPress site Determining your login URL The default URL to login to...

How to update your WordPress installation

Update Using WordPress Tools These steps will explain how to manually update WordPress using...