From: Rich Bowen Date: Tue, 27 Feb 2001 12:28:17 +0000 (+0000) Subject: Applied patch from 1.3 tree - added link back from AllowOverride to X-Git-Tag: 2.0.14~58 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=68407c0f4f1b1377eb09c3496605a28df382278f;p=apache Applied patch from 1.3 tree - added link back from AllowOverride to AccessFileName git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88367 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.html b/docs/manual/mod/core.html index 257e147fd3..24f83c9f1c 100644 --- a/docs/manual/mod/core.html +++ b/docs/manual/mod/core.html @@ -117,7 +117,12 @@ for directives, unless they have been disabled with
<Directory />
AllowOverride None
-</Directory>


+</Directory> +

+ +

See Also: +AllowOverride

+

AddDefaultCharset directive

Syntax: @@ -249,7 +254,11 @@ Allow use of the directives controlling host access (Allow, Deny and Order). Allow use of the directives controlling specific directory features (Options and XBitHack). -


+

+ +

See Also: +AccessFileName

+

AuthName directive