From ff2959a1b874bd323ba8f5ca173ade7e189a0f6c Mon Sep 17 00:00:00 2001 From: "Ralf S. Engelschall" Date: Wed, 27 Oct 1999 09:14:32 +0000 Subject: [PATCH] Ops, I forgot to include this file in previous commit git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84051 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_rewrite.html | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/manual/mod/mod_rewrite.html b/docs/manual/mod/mod_rewrite.html index 24132d26f8..9699500997 100644 --- a/docs/manual/mod/mod_rewrite.html +++ b/docs/manual/mod/mod_rewrite.html @@ -1010,10 +1010,9 @@ expanded constructs in addition to plain text: $N -(1 <= N <= 9) which provide access to the grouped parts (parenthesis!) -of the -pattern from the corresponding RewriteRule directive (the one -following the current bunch of RewriteCond directives). +(0 <= N <= 9) which provide access to the grouped parts (parenthesis!) +of the pattern from the corresponding RewriteRule directive (the +one following the current bunch of RewriteCond directives).

  • RewriteCond backreferences: These are backreferences of @@ -1431,7 +1430,7 @@ which is substituted for (or replaces) the original URL for which
  • mapping-function calls (${mapname:key|default}) -Back-references are $N (N=1..9) identifiers which +Back-references are $N (N=0..9) identifiers which will be replaced by the contents of the Nth group of the matched Pattern. The server-variables are the same as for the TestString of a RewriteCond directive. The -- 2.50.1