From: Erik Abele Date: Fri, 23 Aug 2002 21:07:51 +0000 (+0000) Subject: Fixed typo & link. X-Git-Tag: AGB_BEFORE_AAA_CHANGES~178 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e0f7f2891fcca0252e1ae268158af0c2c8536b91;p=apache Fixed typo & link. Submitted by: David Shane Holden git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96506 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/howto/htaccess.html.en b/docs/manual/howto/htaccess.html.en index 33e51c11d5..d3eed50c0e 100644 --- a/docs/manual/howto/htaccess.html.en +++ b/docs/manual/howto/htaccess.html.en @@ -6,7 +6,7 @@

.htaccess files provide a way to make configuration changes on a per-directory basis.


.htaccess files

-
Related Modules

core
mod_auth
mod_cgi
mod_includes
mod_mime
Related Directives

AccessFileName
AllowOverride
Options
AddHandler
SetHandler
AuthType
AuthName
AuthUserFile
AuthGroupFile
Require
+
Related Modules

core
mod_auth
mod_cgi
mod_include
mod_mime
Related Directives

AccessFileName
AllowOverride
Options
AddHandler
SetHandler
AuthType
AuthName
AuthUserFile
AuthGroupFile
Require

What they are/How to use them

diff --git a/docs/manual/howto/htaccess.xml b/docs/manual/howto/htaccess.xml index b6e804ef4c..02f6fbc9a9 100755 --- a/docs/manual/howto/htaccess.xml +++ b/docs/manual/howto/htaccess.xml @@ -17,7 +17,7 @@ changes on a per-directory basis.

core mod_auth mod_cgi - mod_includes + mod_include mod_mime