Question about Hotlinking (yet again, LOL!)
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://somesite.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.somesite.com/.*$ [NC]
RewriteRule .*\.(jpg|gif|jpeg|bmp)$ - [F]
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://somesite.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.somesite.com/.*$ [NC]
RewriteRule .*\.(jpg|gif|jpeg|bmp)$ - [F]
Any ideas?