Thread: Referral URL
View Single Post
Old 01-17-2004, 02:52 PM   #2 (permalink)
chimbleysweep
Upright
 
If it's being hosted on a unix machine, you can use apache's mod_rewrite to put some directives in your .htaccess file. Here's a generator for making a .htaccess file that blocks hotlinking.

http://www.htmlbasix.com/disablehotlinking.shtml

If it's windows and IIS, I don't know how to do it, but I know it'll be a bit tougher.
chimbleysweep is offline  
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46