GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Quick .htaccess help with downloaders please (https://gfy.com/showthread.php?t=307818)

Adult Site Traffic 06-05-2004 08:17 PM

Quick .htaccess help with downloaders please
 
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

wyvern 06-06-2004 12:44 AM

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]

DerekT 06-06-2004 12:06 PM

http://www.webmasterworld.com/forum13/687-25-10.htm

crockett 06-06-2004 12:44 PM

bump I could use a good htaccess aswell.. I'm not good with these.

Ar3s 06-06-2004 12:46 PM

:helpme :helpme :helpme


All times are GMT -7. The time now is 07:24 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123