View Single Post
Old 08-17-2005, 06:06 PM  
Superterrorizer
Confirmed User
 
Join Date: Sep 2003
Posts: 509
Quote:
Originally Posted by mrkris
Make sure you have mod rewrite.

Rewriteengine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://domain.com/.*$ "NC"
RewriteRule .*\.(gif|GIF|jpg|JPG)$ - "F"

Or just use that without the
RewriteCond %{HTTP_REFERER} !^$

which allows direct linking. The quotes around NC and F should be square braces though.

No need to dick around with anything else or any kind of scripting.
Superterrorizer is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote