View Single Post
Old 10-28-2002, 05:53 PM  
CowboyAtHeart
Registered User
 
Join Date: Oct 2002
Posts: 94
If mod_rewrite is installed (assuming apache)

RewriteEngine On
RewriteCond %{HTTP_REFERER} http://his.domain.com
RewriteRule /* http://some.host/fuckyou.gif [R,L]

That would redirect anything from a specific referer (I think, havn't tested it or used mod_rewrite in a while).
More info at: (search for Blocked Inline Images)
http://httpd.apache.org/docs/misc/rewriteguide.html
__________________
<A HREF="http://www.jesussmut.com/">
<IMG SRC="http://www.jesussmut.com/images/jesusbutton1.gif" BORDER=0>
</A><br>
Have a look at <A HREF="http://www.jesussmut.com/">JesusSmut</A>
CowboyAtHeart is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote