How To Block Semalt.com Referrer Traffic Using .htaccess

Hi All,



SEMALT is an SEO tool that offers to help understand your Google results. The service provides little information on its website without you first logging in with a Facebook, Linkedin or Windows account.



Block semalt.com from your site by adding these lines to your .htaccess file ```php

block visitors referred from semalt.com

RewriteEngine on

RewriteCond %{HTTP_REFERER} semalt.com [NC]

RewriteRule .* - [F]

<br />
I hope that helps,<br />
<br />
---<br />
Valentin<br />
[color=#808080][size=2]part of hungryweb.net[/size][/color]