[flalug] How to deny a host from accessing a website

From: Smitty (a.smitty@verizon.net)
Date: Tue Sep 09 2003 - 20:48:13 EDT


Here is an example, and bear in mind that it is hypothetical:
In your .htaccess file of the webserver document root, usually called
httpdocs,
enter the following text and save:

<Limit GET>
order deny,allow
deny from 216.250.128.12
</Limit>

This is just an example and I am not advocating that anyone cut and paste it
into such files of webservers they may administer.



This archive was generated by hypermail 2.1.3 : Fri Aug 01 2014 - 20:28:29 EDT