I use:
setenvif Referer $ local
setenvifNoCase Referer ([url]http://www.[/url]|[url]http://[/url])mysite.com local
<Files ~ ".(gif|jpg|png|css|js)$">
order deny,allow
deny from all
allow from env=local
</Files>
But I want to be able to serve those hot-linking sites
another image, not just a broken link.
The mod_rewrite RewriteRule-way of doing it is
unfortunately out of the question.
Thanks in advance!
Best regards,
Daniel