Forum Moderators: phranque
Is there any graceful way to tell the difference (I'm thinking not) or would it require a specific white/black-list of referrers?
RewriteCond %{HTTP_REFERER}!^$
RewriteCond %{HTTP_REFERER}!^http://(www.)?somedomain.com [NC]
RewriteRule .*\.jpg$ - [F]
Yes. Several previous discussions contain various member's lists of common ones: site search [google.com]
Jim