Country locking

Discussion in 'Site & Server Administration' started by alex05, Nov 9, 2008.

  1. #1
    Hello guys , is there a way to lock a country to see my website ? I need to lock all the traffic coming from any other country (or most of all) except for italy , is this possible ?
     
    alex05, Nov 9, 2008 IP
  2. crivion

    crivion Notable Member

    Messages:
    1,669
    Likes Received:
    45
    Best Answers:
    0
    Trophy Points:
    210
    Digital Goods:
    3
    #2
    one idea would be to use geoip from maxmind or another who detects visitors country then do a conditional if like
    if(country != Italy) render 404 error
    pm me if you need help
     
    crivion, Nov 9, 2008 IP
  3. newzone

    newzone Well-Known Member

    Messages:
    2,865
    Likes Received:
    52
    Best Answers:
    0
    Trophy Points:
    135
    Digital Goods:
    1
    #3
    yes maxmind is the best but you can also use .htaccess to allow only the ips from Italy.
     
    newzone, Nov 9, 2008 IP