i want to disable my website for Pakistani territory, right now i am using code filematch to disable user to access my website.
<FilesMatch "\.(php|jpg|gif)$">
order allow,deny
deny from 27.54.120.0/22
deny from 27.96.88.0/22
deny from 27.255.0.0/18
deny from 58.27.128.0/17
allow from all
</FilesMatch>
like this, but now i want that, when 58.27.128.2.34 user access my website, user and password authentication box popup for user id and password..
i am from Pakistan, i want that when anyone from Pakistan, access my website, the authentication box will appear for user id and password, but when anyone from any other country access my website, the website appear directly without any password or any other box..