Reject Site From Sending Me Traffic

Discussion in 'General Marketing' started by br3adman, Dec 2, 2010.

  1. #1
    I have a site sending me traffic that is killing my CPM earnings and I need to know is it any way to stop this site from sending traffic to my site?
     
    br3adman, Dec 2, 2010 IP
  2. Minimal Hank

    Minimal Hank Peon

    Messages:
    136
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    You can use .htaccess to deny access if a visitor is coming from a certain domain ( referrer ).

    RewriteCond %{HTTP_REFERER} badsite.com [NC,OR]
    Code (markup):
     
    Minimal Hank, Dec 2, 2010 IP