December 2002
Intermediate to advanced
576 pages
32h
English
deny
deny
from
hostname
hostname
...
[Within <Directory> or
.htaccess]
The deny directive
specifies which hosts are denied access to a directory. The
hostname can be one of the
following:
A domain name, like .oreilly.com. Hosts from that domain are denied access.
A full hostname.
The IP address of a host.
The first 1 to 3 bytes of an IP address, for subnet restriction.
A full network address, followed by a full netmask. (i.e., 192.168.220.110/255.255.255.0), or by an abbreviated netmask. (i.e., 192.168.220.110/24 is equivalent to 192.168.220.110/255.255.255.0)
all
Using the word all means that all hosts are denied
access.
Read now
Unlock full access