Example Of An .Htaccess File; Supported .Htaccess Directives; Allow - Netscape ENTREPRISE SERVER 6.1 - 08-2002 ADMINISTRATOR Administrator's Manual

Table of Contents

Advertisement

Example of an .htaccess File

The following example shows an
<Limit> GET POST
order deny,allow
deny from all
allow from all
</Limit>
<Limit> PUT DELETE
order deny,allow
deny from all
</Limit>
AuthName mxyzptlk.kawaii.com
AuthUserFile /server_root/mxyz-docs/service.pwd
AuthGroupFile /server_root/mxyz-docs/service.grp

Supported .htaccess Directives

The following
.htaccess

allow

Syntax
Allows from host where:
host is all, to allow access from all client hosts
host is all or the last part of a DNS host name
host is a full or partial IP address
Does not need to be enclosed within a
usually is.
Effect
Allows access to the specified hosts. Normally appears inside a
file:
.htaccess
directives are supported in this release:
or
<Limit>
Chapter 8
Working with Dynamic Access Control Files
range but
<LimitExcept>
<Limit>
Controlling Access to Your Server
range.
199

Advertisement

Table of Contents
loading

This manual is also suitable for:

Entreprise server 6.1

Table of Contents