rse 99/10/27 02:14:33
Modified: htdocs/manual/mod mod_rewrite.html
Log:
Ops, I forgot to include this file in previous commit
Revision Changes Path
1.45 +4 -5 apache-1.3/htdocs/manual/mod/mod_rewrite.html
Index: mod_rewrite.html
===================================================================
RCS file: /home/cvs/apache-1.3/htdocs/manual/mod/mod_rewrite.html,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- mod_rewrite.html 1999/06/29 10:22:55 1.44
+++ mod_rewrite.html 1999/10/27 09:14:32 1.45
@@ -1010,10 +1010,9 @@
<CODE>$N</CODE>
</STRONG></BLOCKQUOTE>
-(1 <= N <= 9) which provide access to the grouped parts (parenthesis!)
-of the
-pattern from the corresponding <CODE>RewriteRule</CODE> directive (the one
-following the current bunch of <CODE>RewriteCond</CODE> directives).
+(0 <= N <= 9) which provide access to the grouped parts (parenthesis!)
+of the pattern from the corresponding <CODE>RewriteRule</CODE> directive (the
+one following the current bunch of <CODE>RewriteCond</CODE> directives).
<P>
<LI><STRONG>RewriteCond backreferences</STRONG>: These are backreferences of
@@ -1431,7 +1430,7 @@
<LI><A HREF="#mapfunc">mapping-function</A> calls
(<CODE>${mapname:key|default}</CODE>)
</OL>
-Back-references are <CODE>$</CODE><STRONG>N</STRONG>
(<STRONG>N</STRONG>=1..9) identifiers which
+Back-references are <CODE>$</CODE><STRONG>N</STRONG>
(<STRONG>N</STRONG>=0..9) identifiers which
will be replaced by the contents of the <STRONG>N</STRONG>th group of the
matched
<EM>Pattern</EM>. The server-variables are the same as for the
<EM>TestString</EM> of a <CODE>RewriteCond</CODE> directive. The