Recent Topics

1 Jun 30, 2008 09:05    

Version: 2.4.1

I get a lot of hits from BS IP addresses and domain names.
Is there a way to block them? Even if not from within B2evo, like for example at the web server level?

2 Jul 01, 2008 20:50

If the answer is no, don't hesitate to tell me.
I think I can handle it! :lol:

3 Jul 02, 2008 03:46

Usually you block IP's in a rule in .htaccess. There are questions about this answered in the forums or else Google is your best friend.

Good luck

4 Jul 02, 2008 07:34

This can be done with something like

RewriteCond %{REMOTE_ADDR} ^xxx\.xxx\.xxx\.xxx$
RewriteCond %{REMOTE_ADDR} ^yyy\.yyy\.yyy\.yyy$
RewriteRule . - [F,L]

one RewriteCond line for each IP you want to block.

5 Jun 21, 2010 18:45

Thanks for digging up a 2 year old post :|

¥


Form is loading...