Can't ban
-
The plugin was unable to write to the .htaccess file. Please edit file manually.
Either my permissions are incorrect or something in .htaccess is wrong. It is dated 9/19 as I installed the plugin then
Here is my .htaccess file
<IfModule mod_rewrite.c>
##BLOCKWP attacks
RewriteEngine on
RewriteCond %{REQUEST_METHOD} =POST
RewriteCond %{HTTP_REFERER} !^https://(.*)?.mysite.com [NC]
RewriteCond %{REQUEST_URI} ^/wp-login\.php(.*)$ [OR]
RewriteCond %{REQUEST_URI} ^/wp-admin$
RewriteRule ^(.*)$ – [R=403,L]
</IfModule># BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
https://www.ads-software.com/plugins/all-in-one-wp-security-and-firewall/
- The topic ‘Can't ban’ is closed to new replies.