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.