Viewing 1 replies (of 1 total)
  • Filter and block that site from your cPanel configuration or via .htaccess

    The key to stopping referrer spam is to block it before it has a chance to register on your site as a referrer. The simplest way to do this is to add the following code to your .htaccess file.

    ## SITE REFERRER BANNING
    RewriteCond %{HTTP_REFERER} trc.taboola [NC,OR]

    RewriteRule .* – [F]

Viewing 1 replies (of 1 total)
  • The topic ‘trc.taboola spam traffic’ is closed to new replies.