|
This article applies to the following HKUST Web servers: iHome home Teaching |
.htaccess file shown below allows access from machine within
HKUST domain only.
order deny,allow deny from all allow from .ust.hk |
Access Directives
order first, followed by the other two:
order order
allow,deny for "everyone but those" and deny,allow
for "only these". Spaces aren't allowed next to the comma.
deny from host host ...
all, a domain name, or a host name.
allow from host host ...
all, a domain name, or a host name.