Forum Moderators: phranque
when I saw this:
[webmasterworld.com...]
(see JDMorgan's code):
RewriteCond %{HTTP_REFERER}!^$
RewriteCond %{HTTP_REFERER}!^http://(www\.)?mydomain\.com [NC]
RewriteRule \.(jpe?g¦gif¦png¦bmp¦mp3¦mov¦wmv¦rm¦ram¦wma)$ - [NC,F]
I thought that this would generate a "forbidden" (403?) error in the system error log. So, I put the code in the htaccess log, and tried it. It works, but nothing in the system error log.
Is there any way to track who is hotlinking to you?