From f319aff825b6d9455a8e6f692e83ad06845df5d8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Malo?= Date: Fri, 13 Sep 2002 17:20:47 +0000 Subject: [PATCH] fix broken links to container directives git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96786 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_alias.html.en | 10 +++++----- docs/manual/mod/mod_alias.xml | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/manual/mod/mod_alias.html.en b/docs/manual/mod/mod_alias.html.en index 363ac2208d..fa3f1c4eef 100644 --- a/docs/manual/mod/mod_alias.html.en +++ b/docs/manual/mod/mod_alias.html.en @@ -50,11 +50,11 @@ /icons/ /usr/local/apache/icons/ then the url /icons will not be aliased.

-

Note that you may need to specify additional <Directory> sections which cover - the destination of aliases. Aliasing occurs before - <Directory> sections +

Note that you may need to specify additional <Directory> sections which + cover the destination of aliases. Aliasing occurs before + <Directory> sections are checked, so only the destination of aliases are affected. - (Note however <Location> + (Note however <Location> sections are run through once before aliases are performed, so they will apply.)

@@ -103,7 +103,7 @@ a different URLSyntax: Alias and ScriptAlias directives, irrespective of their ordering in the configuration file. Also, URL-path must be an absolute path, not a relative path, even when used with .htaccess files or -inside of <Directory> +inside of <Directory> sections.

If no status argument is given, the redirect will diff --git a/docs/manual/mod/mod_alias.xml b/docs/manual/mod/mod_alias.xml index 3d3ae5dd20..7149430722 100644 --- a/docs/manual/mod/mod_alias.xml +++ b/docs/manual/mod/mod_alias.xml @@ -62,11 +62,11 @@ href="../urlmapping.html">Mapping URLs to the filesystem /icons will not be aliased.

Note that you may need to specify additional <Directory> sections which cover - the destination of aliases. Aliasing occurs before - <Directory> sections + type="section" module="core">Directory sections which + cover the destination of aliases. Aliasing occurs before + Directory sections are checked, so only the destination of aliases are affected. - (Note however <Location> + (Note however Location sections are run through once before aliases are performed, so they will apply.)

@@ -126,7 +126,7 @@ a different URL Alias and ScriptAlias directives, irrespective of their ordering in the configuration file. Also, URL-path must be an absolute path, not a relative path, even when used with .htaccess files or -inside of <Directory> +inside of Directory sections.

If no status argument is given, the redirect will -- 2.50.1