I have implemented the following code to htaccess but are still seeing referrers from semalt, such as:
74.semalt.com 89.semalt.com
The code
Ok, this is how I got it to work:
# Block visits from semalt.com RewriteEngine on RewriteCond %{HTTP_REFERER} ^http://([^.]+\.)*semalt\.com [NC] RewriteRule (.*) http://www.semalt.com [R=301,L]