A referrer showed up on my stats (awstats) upon visiting the site it attempts to install a trojan. (DO NOT VISIT THIS SITE!!!!) The site is listed as http://tvsetmp3.com. I want to block this referrer but I'm unsure about what I put in my .htaccess, right now I have: `# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?tvsetmp3\.com
RewriteRule .* - [F]
</IfModule>
# END WordPress`
and it still shows in the referrer list.
Just now I was checking different things in my C-panel (I'm new to paid hosting, so I was just seeing what things are) and I found the same site listed as an allowed url for hotlinking.