
22-12-2004, 09:43 AM
|
 |
Inspired Webmaster
|
|
Join Date: Apr 2004
Location: Sarawak
Posts: 193
Rep Power: 57
|
|
ip deny htaccess
AuthName "Country access blocked"
AuthType Basic
<Limit GET POST>
order allow,deny
allow from all
deny from WHATEVERIP OR HOSTNAME HERE
deny from .ca
deny from .com
</Limit>
any error with this htaccess?
If i want to block specific country from accessing one of my directory is it i just put this htaccess in that directory?
How to block access of specific country to specific .exe file?
e.g: file.exe
|