From 6475c35310ca583d14131adf83220abe3a277a37 Mon Sep 17 00:00:00 2001 From: Erik Abele Date: Fri, 23 Aug 2002 21:07:51 +0000 Subject: [PATCH] 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 --- docs/manual/howto/htaccess.html.en | 2 +- docs/manual/howto/htaccess.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manual/howto/htaccess.html.en b/docs/manual/howto/htaccess.html.en index 33e51c11d51..d3eed50c0ec 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 b6e804ef4c2..02f6fbc9a98 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 -- 2.47.3