How to Bypass 365ezone WordPress Login Security?

365ezone 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!

Was this answer helpful?

 Print this Article

Also Read

My WordPress blog doesn't work with the temporary URL.

To rectify this problem follow the bsteps below:- Ensure that your WordPress installation is...

Unable to remove files within ./../cache/. Please check directory permissions.

Set the permissions on the cache folder (in your public_html folder) to 777. Check the...

Guests can't see my forums

Check to see if the anonymous user account is in the guest group.It should only be in that...

How do I fix my WordPress installation?

MySQL.com has a great back/restore solution at http://mysql.com/products/tools/administrator/...

How do I prevent WordPress from overloading my shared server?

WordPress blogs can be extremely resource intensive if you happen to experience a surge in...