Hello everybody
It has been a long time without visiting Indexhibit... Some changes...
Good
I'd like to block a crawler "semalt" which troubles my stats.
I wrote that in my htaccess file but I'm not sure it works. Is there another way of blocking that visitor ?
Thanks
# block visitors referred from semalt.com
RewriteEngine on
RewriteCond %{HTTP_REFERER} semalt.com [NC]
RewriteRule .* - [F]