.htaccess corrupted with most recent blocked IP
-
This plugin has been working fine for a couple of months. However, late last night it blocked an IP and instead of appending it to the blocked list it cleared my entire .htaccess except for the following:
# BEGIN Brute Force Login Protection
<FilesMatch “.*\.(php|html?|css|js|jpe?g|png|gif)$”>
order deny,allow
deny from XXX.XXX.XXX.XXX (blocked IP)
</FilesMatch>
# END Brute Force Login ProtectionWhich brought my site down. Any idea why? Panicked “the site’s down” calls on Saturday afternoon are no fun. ??
https://www.ads-software.com/plugins/brute-force-login-protection/
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘.htaccess corrupted with most recent blocked IP’ is closed to new replies.