appi2

msg:3180959 | 5:59 am on Dec 7, 2006 (gmt 0) |
Make sure you test first, I may be wrong! RewriteEngine On #If referrer contains babelfish #Send 403 forbiden RewriteCond %(HTTP_REFERER) (babelfish) [NC] RewriteRule .* - F
|
steven mheakyle

msg:3181005 | 7:01 am on Dec 7, 2006 (gmt 0) |
it wont work tried that one already. anyway thanks. anybody can help me. TY
|
appi2

msg:3181029 | 7:38 am on Dec 7, 2006 (gmt 0) |
Whats the referer string in the logs? Noticed google used http ://ip/translate_c Just use whatever the referer is.
|
phranque

msg:3181229 | 12:02 pm on Dec 7, 2006 (gmt 0) |
i thought it might be useful to refer to this similar/simultaneous thread: [webmasterworld.com...]
|
steven mheakyle

msg:3181351 | 2:18 pm on Dec 7, 2006 (gmt 0) |
my solution: Options +FollowSymLinks RewriteEngine on RewriteCond %{HTTP_USER_AGENT} ^ETS [OR] RewriteCond %{HTTP_USER_AGENT} "translate.google.com" [OR] RewriteCond %{HTTP_REFERER} babelfish.altavista\.com [OR] RewriteRule /*$ [yahoo.com...] [L,R]
|
|