.htaccess and Internal server error
Hi,i am trying to implement a banned ip list using .htaccess. When i do I get internal server error.
The error log shows:
[Mon Feb 10 12:21:11 2003] [alert] [client 137.118.216.94] /home/httpd/docs/.htaccess: each octet must be between 0 and 255 inclusive
I cant get this figured... could it be my httpd.conf?
The .htaccess is for example:
AuthName "Known Fraudulent Activity Block"
AuthType Basic
<Limit GET POST>
order allow,deny
allow from all
deny from .bz
deny from .id
deny from .interpacket.net
deny from .lt
deny from .mk
deny from .my
deny from .ro
deny from .ws
deny from .yu
deny from 12.10.67.226
deny from 12.127.160.54
deny from 12.18.19.122
deny from 12.2.41.41
deny from 12.22.183.197
deny from 12.24.198.14
deny from 12.30.230.241
deny from 12.33.141.38
deny from 12.33.141.39
deny from 12.33.141.40
</Limit>