我想阻止垃圾邮件机器人的子域和主域的引用,因此我使用以下代码。
RewriteEngine on
RewriteCond %{HTTP_REFERER} ^http://([^.]+\.)*semalt\.com [OR,NC]
RewriteCond %{HTTP_REFERER} ^http://([^.]+\.)*buttons-for-website\.com [OR,NC]
RewriteCond %{HTTP_REFERER} ^http://([^.]+\.)*simple-share-buttons\.com [NC]
RewriteRule .* - [F]
我在 Awardspace.com 上托管了我的网站。
问题是我仍然看到来自上述网站的子域的推荐。