From: Christophe Jaillet Date: Tue, 5 Apr 2016 05:18:18 +0000 (+0000) Subject: Add some missing hyperlinks to the corresponding directives. X-Git-Tag: 2.5.0-alpha~1784 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=300a63f70361cf3f887d8a33de8ac62e97119fe7;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/docs/manual/mod/mod_rewrite.xml b/docs/manual/mod/mod_rewrite.xml index 9e6a106d21c..423aedc90f9 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