Infinite, eh? There are at most 2**32 IP addresses (or somewhat over 4 billion). And if that were close to infinite, people wouldn't be talking about running out of IP addresses and the need for IP v6.shiondev wrote:Blocking us by IP address is not a workable solution. We effectively have an infinite number of IP addresses, since they constantly rotate, while old ones go away and new ones come online.
Given it's not necessarily phpBB related and instead applies to Apache as a whole, you'd probably be better off finding/asking on a more general forum related to Apache.Rhet-or-Ric wrote:.
I wonder if, when time allows, one of the Team members could give us the straight poop on just what code should be used in .htaccess if one of us wished to use .htaccess to block a specific User Agent?
Or should I be starting another topic for this?
Thank you.
.
http://blamcast.net/articles/block-bots ... p-htaccessRhet-or-Ric wrote:.
I wonder if, when time allows, one of the Team members could give us the straight poop on just what code should be used in .htaccess if one of us wished to use .htaccess to block a specific User Agent?
Or should I be starting another topic for this?
Thank you.
.
Code: Select all
if ($http_user_agent ~ "80legs" ) {
rewrite ^.+ http://www.80legs.com;
}