.htaccess blocks all ips of my range or allows them

0

Eerecien start in this world and I find this. what I want to do is that all the ip in Argentina are allowed to access the site, and the others block it .. well my .htaccess code is the next one

order deny,allow
allow from 5.8.46.0/25
allow from 23.92.211.120/29
allow from 23.92.221.192/28
allow from 209.13.0.0/16
allow from 209.88.23.0/24
allow from 209.99.224.0/20
allow from 216.194.128.0/22
allow from 216.194.134.0/24
allow from etc...
deny from all

The problem that arises is that I block everything including the connections of Argentina

Greetings

    
asked by Christian 11.11.2018 в 17:46
source

0 answers