Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 67836

Blacklist – blocked IPs accessing!?

$
0
0

Replies: 0

Hi,

I have the blacklist feature enabled in my install and the following entries in my .htaccess file:

<IfModule mod_authz_core.c>
<RequireAll>
Require all granted
...
Require not ip 195.154.0.0/16
...
</RequireAll>
</IfModule>
<IfModule !mod_authz_core.c>
Order allow,deny
Allow from all
...
Deny from 195.154.0.0/16
...
</IfModule>

Unfortunately I see quite a lot of recurring 404-entries caused by the 195.154.*.* IP-range (f.e. 195.154.181.162).

Any ideas what might cause this?
Anything I could do/check?

Your feedback is highly appreciated!

Thanks,
Mike

P.S.: plugin version 4.2.4


Viewing all articles
Browse latest Browse all 67836

Trending Articles