it seems it would take lot of work to deny access using IP blocking in htaccess file,what about geo IP redirect to different page from the users of the country i want to block.is there any free utility like this available?
Which of the following things i have to change according to my need ,i have marked those red can see if its correct.Will placing .ca block every one from canada?
or what?
Or else i have to place one particular IP in place of WHATEVERIP OR HOSTNAME HERE
AuthName "Country access blocked"
AuthType Basic
<Limit GET POST>
order allow,deny
allow from all
deny from WHATEVERIP OR HOSTNAME HERE
deny from .ca
</Limit>
#Change the ErrorDocument to your own alternate URL
ErrorDocument 403 http://myurl.com
__________________
Code:
if (You are Poor)
{Find a rich Girl Friend and you will be rich)
else
{Find a Girl Friend and you will be poor}
Last edited by benevolent001; 11-28-2004 at 05:26 AM..
|