littleman

msg:1520405 | 11:34 pm on Apr 24, 2001 (gmt 0) |
Yeah it will work. There is a similar construct to stop image pulls. I'll see if I could dig it up.
|
littleman

msg:1520406 | 11:47 pm on Apr 24, 2001 (gmt 0) |
Here are two ways: SetEnvIfNoCase Referer "^http://my.apache.org/" local_ref=1 <FilesMatch ".(gif¦jpg)"> Order Allow,Deny Allow from env=local_ref </FilesMatch> or RewriteEngine on RewriteCond %{HTTP_REFERER} !^$ RewriteCond %{HTTP_REFERER} !^http://your_domain.com/.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://www.your_domain.com/.*$ [NC] RewriteRule .*\.(gif¦GIF¦jpg¦JPG)$ - [F]
|
Brett_Tabke

msg:1520407 | 4:21 pm on Jun 26, 2001 (gmt 0) |
And please do those running with referrers off, or browsers that don't support referrers a favor by atleast saying something coherent on the error page. I run with referers off most of the time.
|
Marcia

msg:1520408 | 8:55 pm on Jul 29, 2001 (gmt 0) |
What happens with the linking to images from the Google cache? I've got some graphics linked to from a couple of places at delphi.com and some personal homepage at members.domain.com/dir/membername I just want to ban those whole domains from linking. What works for that?
|
|