User-agent: * Disallow: /wp- Disallow: /feed/ Disallow: /trackback/ SetEnvIfNoCase user-agent "^BlackWidow" bad_bot=1 SetEnvIfNoCase user-agent "^Bot\ mailto:craftbot@yahoo.com" bad_bot=1 SetEnvIfNoCase user-agent "^ChinaClaw" bad_bot=1 SetEnvIfNoCase user-agent "^Custo" bad_bot=1 SetEnvIfNoCase user-agent "^DISCo" bad_bot=1 SetEnvIfNoCase user-agent "^Download\ Demon" bad_bot=1 SetEnvIfNoCase user-agent "^eCatch" bad_bot=1 SetEnvIfNoCase user-agent "^EirGrabber" bad_bot=1 SetEnvIfNoCase user-agent "^EmailSiphon" bad_bot=1 SetEnvIfNoCase user-agent "^EmailWolf" bad_bot=1 SetEnvIfNoCase user-agent "^Express\ WebPictures" bad_bot=1 SetEnvIfNoCase user-agent "^ExtractorPro" bad_bot=1 SetEnvIfNoCase user-agent "^EyeNetIE" bad_bot=1 SetEnvIfNoCase user-agent "^FlashGet" bad_bot=1 SetEnvIfNoCase user-agent "^GetRight" bad_bot=1 SetEnvIfNoCase user-agent "^GetWeb!" bad_bot=1 SetEnvIfNoCase user-agent "^Go!Zilla" bad_bot=1 SetEnvIfNoCase user-agent "^Google" bad_bot=1 SetEnvIfNoCase user-agent "^AdsBot-Google" bad_bot=1 SetEnvIfNoCase user-agent "^Googlebot" bad_bot=1 SetEnvIfNoCase user-agent "^gsa-crawler" bad_bot=1 SetEnvIfNoCase user-agent "^Yahoo" bad_bot=1 SetEnvIfNoCase user-agent "^MSNBOT" bad_bot=1 SetEnvIfNoCase user-agent "^msnbot-media" bad_bot=1 SetEnvIfNoCase user-agent "^Go-Ahead-Got-It" bad_bot=1 SetEnvIfNoCase user-agent "^GrabNet" bad_bot=1 SetEnvIfNoCase user-agent "^Grafula" bad_bot=1 SetEnvIfNoCase user-agent "^HMView" bad_bot=1 SetEnvIfNoCase user-agent "^HTTrack" bad_bot=1 SetEnvIfNoCase user-agent "^Image\ Stripper" bad_bot=1 SetEnvIfNoCase user-agent "^Image\ Sucker" bad_bot=1 SetEnvIfNoCase user-agent "^Indy\ Library" [NC,OR] SetEnvIfNoCase user-agent "^InterGET" bad_bot=1 SetEnvIfNoCase user-agent "^Internet\ Ninja" bad_bot=1 SetEnvIfNoCase user-agent "^JetCar" bad_bot=1 SetEnvIfNoCase user-agent "^JOC\ Web\ Spider" bad_bot=1 SetEnvIfNoCase user-agent "^larbin" bad_bot=1 SetEnvIfNoCase user-agent "^LeechFTP" bad_bot=1 SetEnvIfNoCase user-agent "^Mass\ Downloader" bad_bot=1 SetEnvIfNoCase user-agent "^MIDown\ tool" bad_bot=1 SetEnvIfNoCase user-agent "^Mister\ PiX" bad_bot=1 SetEnvIfNoCase user-agent "^Navroad" bad_bot=1 SetEnvIfNoCase user-agent "^NearSite" bad_bot=1 SetEnvIfNoCase user-agent "^NetAnts" bad_bot=1 SetEnvIfNoCase user-agent "^NetSpider" bad_bot=1 SetEnvIfNoCase user-agent "^Net\ Vampire" bad_bot=1 SetEnvIfNoCase user-agent "^NetZIP" bad_bot=1 SetEnvIfNoCase user-agent "^Octopus" bad_bot=1 SetEnvIfNoCase user-agent "^Offline\ Explorer" bad_bot=1 SetEnvIfNoCase user-agent "^Offline\ Navigator" bad_bot=1 SetEnvIfNoCase user-agent "^PageGrabber" bad_bot=1 SetEnvIfNoCase user-agent "^Papa\ Foto" bad_bot=1 SetEnvIfNoCase user-agent "^pavuk" bad_bot=1 SetEnvIfNoCase user-agent "^pcBrowser" bad_bot=1 SetEnvIfNoCase user-agent "^RealDownload" bad_bot=1 SetEnvIfNoCase user-agent "^ReGet" bad_bot=1 SetEnvIfNoCase user-agent "^SiteSnagger" bad_bot=1 SetEnvIfNoCase user-agent "^SmartDownload" bad_bot=1 SetEnvIfNoCase user-agent "^SuperBot" bad_bot=1 SetEnvIfNoCase user-agent "^SuperHTTP" bad_bot=1 SetEnvIfNoCase user-agent "^Surfbot" bad_bot=1 SetEnvIfNoCase user-agent "^tAkeOut" bad_bot=1 SetEnvIfNoCase user-agent "^Teleport\ Pro" bad_bot=1 SetEnvIfNoCase user-agent "^VoidEYE" bad_bot=1 SetEnvIfNoCase user-agent "^Web\ Image\ Collector" bad_bot=1 SetEnvIfNoCase user-agent "^Web\ Sucker" bad_bot=1 SetEnvIfNoCase user-agent "^WebAuto" bad_bot=1 SetEnvIfNoCase user-agent "^WebCopier" bad_bot=1 SetEnvIfNoCase user-agent "^WebFetch" bad_bot=1 SetEnvIfNoCase user-agent "^WebGo\ IS" bad_bot=1 SetEnvIfNoCase user-agent "^WebLeacher" bad_bot=1 SetEnvIfNoCase user-agent "^WebReaper" bad_bot=1 SetEnvIfNoCase user-agent "^WebSauger" bad_bot=1 SetEnvIfNoCase user-agent "^Website\ eXtractor" bad_bot=1 SetEnvIfNoCase user-agent "^Website\ Quester" bad_bot=1 SetEnvIfNoCase user-agent "^WebStripper" bad_bot=1 SetEnvIfNoCase user-agent "^WebWhacker" bad_bot=1 SetEnvIfNoCase user-agent "^WebZIP" bad_bot=1 SetEnvIfNoCase user-agent "^Widow" bad_bot=1 SetEnvIfNoCase user-agent "^WWWOFFLE" bad_bot=1 SetEnvIfNoCase user-agent "^Xaldon\ WebSpider" bad_bot=1 SetEnvIfNoCase user-agent "^Zeus" bad_bot=1 SetEnvIfNoCase user-agent "^Twiceler" bad_bot=1 # 301-Redirect to themselves haha... RewriteCond %{ENV:bad_bot} ^1$ RewriteCond %{HTTP_REFERER} ^(.*)$ RewriteRule ^(.*)$ %1 [R=301,L] Order Allow,Deny Allow from all Deny from env=bad_bot