: How can I block traffic from this referrer? I'm getting a lot of spam referral traffic from semalt.semalt.com/referral on my website. I took a look at the link and there’s very little information
I'm getting a lot of spam referral traffic from semalt.semalt.com/referral on my website. I took a look at the link and there’s very little information about this.
The number of website visits is 185 this month, and they result in a 100% bounce rate.
So how I can block this website?
More posts by @Barnes591
1 Comments
Sorted by latest first Latest Oldest Best
This should work...
RewriteCond %{HTTP_REFERER} semalt.semalt.com [NC]
RewriteRule .* - [F,L]
...will force a 403 error. Otherwise...
RewriteCond %{HTTP_REFERER} semalt.semalt.com [NC]
RewriteRule .* www.gosomewhereelse.com [R,L]
... will send them some where else. (just change the domain name please.)
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.