getting past htaccess ip ban ??
Hello having a problem with an ip getting past my htaccess banban works for me whe i test it out here is what im using in my ht access
<Limit GET PUT POST>
order allow,deny
allow from all
deny from 216.248.151.111 212.234.180.3 208.237.123.185 62.253.64.5 213.96.193.175 192.139.120.93 217.80.79.68 193.251.190.3 24.1.136.88 4.54.62.98 24.131.151.56 209.88.158.178 207.168.187.83
</Limit>
here is server log today that again for 3rd day in a row shows that ip as getting in.
[Fri Nov 9 22:23:14 2001] [error] [client 216.248.151.111] File does not exist: /www/htdocs/scripts/..Á../winnt/system32/cmd.exe
[Fri Nov 9 22:23:16 2001] [error] [client 216.248.151.111] File does not exist: /www/htdocs/scripts/..À¯../winnt/system32/cmd.exe
[Fri Nov 9 22:23:19 2001] [error] [client 216.248.151.111] File does not exist: /www/htdocs/scripts/..Á../winnt/system32/cmd.exe
[Fri Nov 9 22:23:25 2001] [error] [client 216.248.151.111] File does not exist: /www/htdocs/scripts/..%5c../winnt/system32/cmd.exe
[Fri Nov 9 22:23:26 2001] [error] [client 216.248.151.111] File does not exist: /www/htdocs/scripts/..%2f../winnt/system32/cmd.exe
i have it in all foldres of my site and wondering how this ip is getting past it ?
any ideas ?