Forum Moderators: open
"HEAD / HTTP/1.1" 200 252 "http://www.google.com"
aka "Yeah, right" ... on a typo domain.
Choopa list please.
can we verify that 93.89.144.0/20 Gradace spol...is hosting?Not hosting IMO - there may be web servers there, but jicinet.cz (that's the company web page) says it's an ISP:
fast Internet "without waiting"...so maybe your poser hits came from either an infected account or a lone gunman.
independence from a fixed telephone line
unlimited internet for pauální the monthly fee
nepřeberné the amount Tariffs For All Types Viewers
(companies, institutions, školy, small živnostníci, households)
looks like *every* Choopa range has a broadband sub-range
SetEnvIf Remote_Addr ^{long-complicated-regex-here} check_ID
BrowserMatch {short-but-still-complicated-regex-here} human RewriteCond %{ENV:check_ID} .
RewriteCond %{ENV:human} !.
etcetera. I'm waiting for Apache to support mod_rewrite w/ CIDR.
If the TestString has the special value expr, the CondPattern will be treated as an ap_expr [httpd.apache.org].
RewriteCond %{REMOTE_ADDR} ^12.34.56.78/20 23.45.67.89/22...etc
RewriteCond %{HTTP_USER_AGENT} !^ (Android|iPhone|etc...)
RewriteRule !^(forbidden\.html|robots\.txt)$ - [F]
I can do most in my head now