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.

htaccess and visitorinvasion.com

Discussion in 'Apache' started by aceeca, Jul 18, 2007.

  1. #1
    I have noticed in awstats that visitorinvasion.com was referring traffic to my site from:

    http://visitorinvasion.com/autohit.php

    As far as I know, I haven't contacted them anytime to direct traffic to my site or for that matter any autohit generating scheme.

    I am trying to block them using .htaccess

    My question is, is this correct block of code for that:

    
    <Limit GET HEAD POST>
    order allow,deny
    deny from visitorinvasion.com
    allow from all
    </LIMIT>
    
    PHP:
    Thanks in advance.

    --Ace
     
    aceeca, Jul 18, 2007 IP
  2. WebGeek182

    WebGeek182 Active Member

    Messages:
    510
    Likes Received:
    28
    Best Answers:
    0
    Trophy Points:
    95
    #2
    Is that the referrer or the actual domain hitting your site? If it's the referrer, it's not effective to try and block because referrers can be faked, but if it's the actual domain hitting your site, then you can block it by domain or IP using the method you listed.
     
    WebGeek182, Jul 18, 2007 IP
    aceeca likes this.
  3. aceeca

    aceeca Well-Known Member

    Messages:
    663
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    133
    #3
    Thanks for the reply. It is actually the referrer from awstats.

    I don't understand why they are directing traffic to my site.
     
    aceeca, Jul 18, 2007 IP