June 1999
Intermediate to advanced
540 pages
21h 39m
English
allow
allow
from
env
=variable
[Within <Directory> or .htaccess]
The allow from env directive sets whether access to a directory
should be granted if a specific environment variable exists. For example,
the following grants access to the secret directory if the
client is using Version 5.0 of the “InternetStar” browser, via a user-agent
string:
BrowserMatch ^InternetStar/5.0 ACCESS_GRANTED <Directory /secret> order deny, allow deny from all allow from env=ACCESS_GRANTED </Directory>
(Apache 1.2 or later)
Read now
Unlock full access