Hello
For some basic wordpress sites, we use a Basic Auth popup to add another layer of security.
<FilesMatch "wp-login.php">
AuthName "Authorized Only"
AuthType Basic
AuthUserFile /home/username/.wpadmin
require valid-user
</FilesMatch>
And in the .wpadmin file, we have added the username and password MD5. It has worked just fine. However, after what appears to have been a cPanel update, we now get the following issues:
This site can’t be reached
The web page at example.com/wp-login.php might be temporarily down or it may have moved permanently to a new web address.
ERR_TOO_MANY_RETRIES
When we disable the FilesMatch entry, the wp-admin section loads fine again.
Is there any reason why the above would suddenly stop working ? Could it be something to do with the WordPress Toolkit (that recently got installed.... and how do we remove WordPress Toolkit?)
Thanks
For some basic wordpress sites, we use a Basic Auth popup to add another layer of security.
<FilesMatch "wp-login.php">
AuthName "Authorized Only"
AuthType Basic
AuthUserFile /home/username/.wpadmin
require valid-user
</FilesMatch>
And in the .wpadmin file, we have added the username and password MD5. It has worked just fine. However, after what appears to have been a cPanel update, we now get the following issues:
This site can’t be reached
The web page at example.com/wp-login.php might be temporarily down or it may have moved permanently to a new web address.
ERR_TOO_MANY_RETRIES
When we disable the FilesMatch entry, the wp-admin section loads fine again.
Is there any reason why the above would suddenly stop working ? Could it be something to do with the WordPress Toolkit (that recently got installed.... and how do we remove WordPress Toolkit?)
Thanks
Last edited: