Forum Moderators: phranque
Here's what I've been trying to get to work:
RewriteEngine on
RewriteCond %{HTTP_REFERER} .
RewriteCond %{HTTP_REFERER} ^http://(www\.)?mydomain\.com [NC]
RewriteRule \.(gif¦jpe?g¦bmp¦mid¦swf¦mp3¦css)$ - [F,NC]
Thanks for any help or advice you can offer.
I know mod rewrite is working for rewriting urls if I try that. I'm going insane. There aren't some other settings that can cause pitfalls?
Jim