1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

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