Forum Moderators: phranque
# -FrontPage-
IndexIgnore .htaccess */.?* *~ *# */HEADER* */README* */_vti*
<Limit GET POST>
order deny,allow
deny from 217.146.158.141
deny from 89.149.236.178
deny from 98.126.10.182
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
Can anyone help and tell me where ive gone wrong
thanks
Note that this does not stop the unwanted IP addresses from "visiting" and appearing in your log files. It will however, stop them from being able to GET your pages or POST to your comments form. All they will get will be a 403-Forbidden response.
Jim