Config .htaccess for Referrer and Agent of ET only?

Discussion for Admins of ETPro/BayonET servers.
If you don't run a server, please don't post here...

Moderators: Forum moderators, developers

mike
Posts: 27
Joined: Thu Mar 17, 2005 8:09 am
Location: Germany
Contact:

Post by mike »

i tried it w/o Satisfy all.
Maybe i can try it with satisfy all...
booger
Posts: 119
Joined: Wed Mar 24, 2004 12:05 am

Post by booger »

I think you'll find that no matter waht you do,there will be people who for one reason or another cant download even though you can find no reason why.

If you have access to web logs,look for lines like this--

[Mon Aug 01 10:32:54 2005] [error] [client 207.46.98.126] client denied by server configuration: /var/www/html/php/player.php
[Mon Aug 01 10:42:55 2005] [error] [client 207.46.98.126] client denied by server configuration: /var/www/html/php/player.php

207.46.98.126 happens to be msn's web crawler,which is becoming rather annoying.
Image
mike
Posts: 27
Joined: Thu Mar 17, 2005 8:09 am
Location: Germany
Contact:

Post by mike »

huh???

Some people using Outpost firewall or another tool which filters referers out may block download.

do you mean that?

greetz mike
User avatar
WeblionX
Posts: 762
Joined: Sun Sep 08, 2002 1:03 pm
Contact:

Post by WeblionX »

booger wrote:207.46.98.126 happens to be msn's web crawler,which is becoming rather annoying.
If you have access to it, you can block the ip with iptables, or shove robots.txt in the root directory with a block on the ET directory.
Got any old idtech3 tutorials you made or saved? Send them my way.
booger
Posts: 119
Joined: Wed Mar 24, 2004 12:05 am

Post by booger »

I know,the only thing I havent done is completely block the ip.
When it's done right it wont affect download.

Code: Select all

User-agent: *
Disallow: /php/
Disallow: /etmain/
Disallow /cgi-bin/
Disallow /pb/
Disallow /stats/
Disallow /files/
Image
User avatar
WeblionX
Posts: 762
Joined: Sun Sep 08, 2002 1:03 pm
Contact:

Post by WeblionX »

Just don't forget the colons.
Got any old idtech3 tutorials you made or saved? Send them my way.
booger
Posts: 119
Joined: Wed Mar 24, 2004 12:05 am

Post by booger »

true
Image
Post Reply