From 300a63f70361cf3f887d8a33de8ac62e97119fe7 Mon Sep 17 00:00:00 2001 From: Christophe Jaillet Date: Tue, 5 Apr 2016 05:18:18 +0000 Subject: [PATCH] Add some missing hyperlinks to the corresponding directives. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1737769 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_rewrite.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/manual/mod/mod_rewrite.xml b/docs/manual/mod/mod_rewrite.xml index 9e6a106d21..423aedc90f 100644 --- a/docs/manual/mod/mod_rewrite.xml +++ b/docs/manual/mod/mod_rewrite.xml @@ -384,8 +384,8 @@ RewriteRule "^/ex/(.*)" "${examplemap:$1}"

The RewriteBase directive specifies the URL prefix to be used for per-directory (htaccess) - RewriteRule directives that substitute a relative - path.

+ RewriteRule directives that + substitute a relative path.

This directive is required when you use a relative path in a substitution in per-directory (htaccess) context unless either of the following conditions are true:

@@ -395,7 +395,8 @@ RewriteRule "^/ex/(.*)" "${examplemap:$1}" (as opposed to reachable by other means, such as Alias).
  • The filesystem path to the directory containing the - RewriteRule, suffixed by the relative + RewriteRule, + suffixed by the relative substitution is also valid as a URL path on the server (this is rare).
  • In Apache HTTP Server 2.4.11 and later, this directive may be -- 2.50.1