summaryrefslogtreecommitdiff
path: root/docs/manual/mod/mod_rewrite.html
diff options
context:
space:
mode:
authorJoshua Slive <slive@apache.org>2000-09-09 18:40:49 +0000
committerJoshua Slive <slive@apache.org>2000-09-09 18:40:49 +0000
commit41890cd2322d17761aee9cbd3750d4daae000940 (patch)
treedd29d6c9f25fdd0303fd008a38129b46b672267a /docs/manual/mod/mod_rewrite.html
parent0c4da4d38303012d8c5ab6e7264ead41e8eed29b (diff)
downloadhttpd-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/manual/mod/mod_rewrite.html')
-rw-r--r--docs/manual/mod/mod_rewrite.html4
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>