diff options
author | Joshua Slive <slive@apache.org> | 2000-09-09 18:40:49 +0000 |
---|---|---|
committer | Joshua Slive <slive@apache.org> | 2000-09-09 18:40:49 +0000 |
commit | 41890cd2322d17761aee9cbd3750d4daae000940 (patch) | |
tree | dd29d6c9f25fdd0303fd008a38129b46b672267a /docs | |
parent | 0c4da4d38303012d8c5ab6e7264ead41e8eed29b (diff) | |
download | httpd-41890cd2322d17761aee9cbd3750d4daae000940.tar.gz |
PR: 6139
Submitted by: ken@nsds.com
Reviewed by: Joshua Slive
"TestCond" should read "TestString" in documentation for mod_rewrite
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86191 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs')
-rw-r--r-- | docs/manual/mod/mod_rewrite.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/mod/mod_rewrite.html b/docs/manual/mod/mod_rewrite.html index 38301fb677..e891b1da4a 100644 --- a/docs/manual/mod/mod_rewrite.html +++ b/docs/manual/mod/mod_rewrite.html @@ -262,11 +262,11 @@ is continued with the substitution of the URL with <EM>Substitution</EM>. <H2><A NAME="InternalBackRefs">Regex Back-Reference Availability</A></H2> One important thing here has to be remembered: Whenever you -use parentheses in <EM>Pattern</EM> or in one of the <EM>CondPattern</EM> +use parentheses in <EM>Pattern</EM> or in one of the <EM>CondPattern</EM>, back-references are internally created which can be used with the strings <CODE>$N</CODE> and <CODE>%N</CODE> (see below). These are available for creating the strings <EM>Substitution</EM> and -<EM>TestCond</EM>. Figure 2 shows to which locations the back-references are +<EM>TestString</EM>. Figure 2 shows to which locations the back-references are transfered for expansion. <P> |