Forum Moderators: phranque
[webmasterworld.com...]
SetEnvIfNoCase User-Agent "^Web\ Image\ Collector" bad_bot
SetEnvIfNoCase User-Agent "^Web\ Sucker" bad_bot
SetEnvIfNoCase User-Agent "^WebAuto" bad_bot
SetEnvIfNoCase User-Agent "^WebBandit" bad_bot
SetEnvIfNoCase User-Agent "^Webclipping.com" bad_bot
SetEnvIfNoCase User-Agent "^WebCopier" bad_bot
SetEnvIfNoCase User-Agent "^WebEMailExtrac.*" bad_bot
SetEnvIfNoCase User-Agent "^WebEnhancer" bad_bot
SetEnvIfNoCase User-Agent "^WebFetch" bad_bot
SetEnvIfNoCase User-Agent "^WebGo\ IS" bad_bot
SetEnvIfNoCase User-Agent "^Web.Image.Collector" bad_bot
SetEnvIfNoCase User-Agent "^WebLeacher" bad_bot
SetEnvIfNoCase User-Agent "^WebmasterWorldForumBot" bad_bot
SetEnvIfNoCase User-Agent "^WebReaper" bad_bot
SetEnvIfNoCase User-Agent "^WebSauger" bad_bot
SetEnvIfNoCase User-Agent "^WebSite" bad_bot
SetEnvIfNoCase User-Agent "^Website\ eXtractor" bad_bot
SetEnvIfNoCase User-Agent "^Website\ Quester" bad_bot
SetEnvIfNoCase User-Agent "^Webster" bad_bot
SetEnvIfNoCase User-Agent "^WebStripper" bad_bot
SetEnvIfNoCase User-Agent "^WebWhacker" bad_bot
SetEnvIfNoCase User-Agent "^WebZIP" bad_bot
hybrid,
You may reduce twenty-one lines down to a single line with the following:
SetEnvIfNoCase User-Agent ^Web bad_bot
Don
This may not work for some Webmasters, but every Webmaster should choose what to allow and what to block based on their site demographics and what they see in their logs/stats; There is no one "right answer" for everyone.
Jim
Wouldn't that then block any bot with the word "Web" in the UA string?
That isn't what was intended.[quote]
NO!
It denys access to UA's that begin with thos three letters/charcters.
Also the quotation marks in all of hybrid's lines are redundant and not necessary.
Even though as fiestagirl pointed out some time ago that Apache Rewrites advises using quotes around UA's.
I have less than a handful of quotes surrounding UA's and use that option sparringly as when confined in quotes; it implys exactly as.
Thus when using quotes you are not even required to use the backslash/escape character for blank spaces.
Jim is much more knowlegeable about these procedures than myself. The majority of what I've learned regarding Rewrites has been through the benefit of long participation in forum 11 (I rarely venture to other forums of Webmaster World).
I thrive to keep my rewrite lines simple and easy to understand.
I recall a good friend telling me privately that it was necessary for he to include remarks in his rewrites so that he was able to determine later precisely what the rewrite accomplished :)
Except for a very few rewrites that have been provided to me by the same friend to solve what I term as complicated issues, my rewrites are basic and simple.
My friend has the capability to jump through hoops that I wouldn't even survey ;)
Don
Could you post the entire code required, for us non-tech people?
A simple beginning
[webmasterworld.com...]
Valid Search Engine?
[webmasterworld.com...]
IIS and Global.asa
[w3schools.com...]
dbm Maps
[webmasterworld.com...]
Reduce harvests
[webmasterworld.com...] Msg#16
Throttle runaways
[webmasterworld.com...]
Block Methods (Scroll past opening Advertisements)
[diveintomark.org...]
Regular Expressions
[etext.lib.virginia.edu...]
[gnosis.cx...]
Close To Perfect I
[webmasterworld.com...]
Close To Perfect II
[webmasterworld.com...]
Close To Perfect III
[webmasterworld.com...]
Concise htaccess
[webmasterworld.com...]
robots.text on a diet
[webmasterworld.com...]
Search Tools
[webmasterworld.com...]
In addition somebody either in this forum or forum 11 provide a very long explantion recentlt on this same issue.
I recall viewing the very nice composition, however unable to find URL or recall name of user.