I found this web site to generate a .htaccess to block an access from certain country.
The problem with this is that I want to allow access only within Norway. If I use this service, the list will be very long since I have to list all the country IP addresses.
Is there any way to allow access within country, my case is Norway?
Change all occurences of ‘deny’ to allow, and all occurrences of ‘allow’ to deny. Then move the ‘deny from all’ condition at the end to the beginning of the list.
eg.
becomes
There’s some good tutorials about .htaccess.