Ok, so I've had hotlink protection on for my images forever and I've never had an issue with fusker. Now I am seeing a ton of referrals in my stats from several fusker domains, so I'm guessing that they are hotlinking my movies (wmvs)?
So I was thinking I could block them completely as a referrer. So I guess my questions are will this work, and if it would is the below code what I should put in my .htaccess?
PHP Code:
RewriteEngine on
RewriteCond %{HTTP_REFERER} fuskerfind [NC,OR]
RewriteCond %{HTTP_REFERER} fuskem [NC,OR]
RewriteCond %{HTTP_REFERER} eonpal [NC]
RewriteRule .* - [F,L]
(btw I have searched the board and gone through the threads and I'm just making sure that this recommended solution is what I need as I'm no htaccess ninja)