Hello there, I'm from Peru, Im wondering if there is any chance to block all IP's from Peru except for my own ip (dynamic IP address). I have tried with the htaccess file with no luck.
My actual address is 201.230.240.105
My htaccess file:
<Limit GET HEAD POST>
order allow,deny
deny from 161.132.0.0/16
deny from 190.8.128.0/19
deny from 190.12.64.0/20
deny from...