Forum Moderators: open
I read:
[webmasterworld.com...]
I have mod_setenvif is a loaded module on my host, but it's apache 1.3.6 - I need 1.3.13 or higher to use in .htaccess
I don't have mod_rewrite loaded. And of course the ips come from different locations so I can't block based on that. Can you/anyone think of a way to block with this configuration? (only have access to .htaccess, not server config)
See [httpd.apache.org...]
RewriteEngine on
RewriteBase /
RewriteCond %{HTTP_USER_AGENT} ^Mozilla.*NEWT [OR]
RewriteCond %{HTTP_USER_AGENT} ^[Ww]eb[Bb]andit [OR]
RewriteCond %{HTTP_USER_AGENT} ^Mozilla.*Indy [OR]
RewriteCond %{HTTP_USER_AGENT} ^Zeus.*Webster [OR]
RewriteCond %{HTTP_USER_AGENT} ^Microsoft.URL [OR]
RewriteCond %{HTTP_USER_AGENT} ^Wget [OR]
RewriteCond %{HTTP_USER_AGENT} ^sitecheck.internetseer.com [OR]
RewriteCond %{HTTP_USER_AGENT} ^InternetSeer.com [OR]
RewriteCond %{HTTP_USER_AGENT} ^Ping [OR]
RewriteCond %{HTTP_USER_AGENT} ^Link [OR]
RewriteCond %{HTTP_USER_AGENT} ^ia_archiver [OR]
RewriteCond %{HTTP_USER_AGENT} ^DIIbot [OR]
RewriteCond %{HTTP_USER_AGENT} ^psbot [OR]
RewriteCond %{HTTP_USER_AGENT} ^EmailCollector
RewriteRule ^.* - [F]
RewriteCond %{HTTP_REFERER} ^http://www.iaea.org$
RewriteRule !^http://[^/.]\.yourdomainnamehere.com.* - [F]
I am contacting my hosting company about the .htaccess file too.
Lately it's been coming (to my site) from AOL ip addresses, so you can't use a list of IPs. It just sends the referer (iaea.org)
And so far the only solutions I've seen to block it require mod_rewrite, which I don't have, or mod_setenvif with apache 1.3.13 or higher.
Toolman's solution (mod_rewrite) is by far the easiest to maintain and you can add to it easily.
Lexus is the software name.
Somebody has included you in a dummy research survey.
The entire survey is only acurate based on the originators entries of websites available.
I would htaccess out those referer pages also.
If you can find the site that has included you in the survey.