View Single Post
Old 06-06-2004, 12:44 AM  
wyvern
Registered User
 
Join Date: Jul 2002
Posts: 39
Quote:
Originally posted by Adult Site Traffic
Does anyone have a good current downloaders list ?

and..

How can I redirect (not stop) downloaders?

I have this now:

Code:
###STOP ROBOT DOWNLOADERS - BEGIN  
RewriteEngine on  
RewriteBase /  
RewriteCond %{HTTP_USER_AGENT} ^JetCar.* [NC] 
...
...
...
RewriteCond %{HTTP_USER_AGENT} ^InternetNinja.* [NC,OR]  
RewriteRule .* - [F,L]  
###STOP ROBOT DOWNLOADERS - END
Thank you,

AST
To redirect, change the last line ("RewriteRule .* - [F,L]") to:
RewriteRule .* http://go-here.com/index.html [L]
wyvern is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote