From 437a48aeb85724ad8753338cf346ac06a44d108b Mon Sep 17 00:00:00 2001
From: Rich Bowen Topics
@@ -86,28 +85,6 @@ URLs on the fly
to treat it as a backreference.
One important thing here has to be remembered: Whenever you
- use parentheses in Pattern or in one of the
- CondPattern, back-references are internally created
- which can be used with the strings $N
and
- %N
(see below). These are available for creating
- the strings Substitution and TestString.
- Figure 2 shows to which locations the back-references are
- transferred for expansion.
-
- Figure 2: The back-reference flow through a rule.
-
We know this was a crash course on mod_rewrite's internal - processing. But you will benefit from this knowledge when - reading the following documentation of the available - directives.
- -This module keeps track of two additional (non-standard) diff --git a/docs/manual/mod/mod_rewrite.xml b/docs/manual/mod/mod_rewrite.xml index 82cacece6e..e6137a1be4 100644 --- a/docs/manual/mod/mod_rewrite.xml +++ b/docs/manual/mod/mod_rewrite.xml @@ -68,29 +68,6 @@ URLs on the fly to treat it as a backreference.
-One important thing here has to be remembered: Whenever you
- use parentheses in Pattern or in one of the
- CondPattern, back-references are internally created
- which can be used with the strings $N
and
- %N
(see below). These are available for creating
- the strings Substitution and TestString.
- Figure 2 shows to which locations the back-references are
- transferred for expansion.
-
- Figure 2: The back-reference flow through a rule.
-
We know this was a crash course on mod_rewrite's internal - processing. But you will benefit from this knowledge when - reading the following documentation of the available - directives.
- -This module keeps track of two additional (non-standard) diff --git a/docs/manual/rewrite/rewrite_intro.html.en b/docs/manual/rewrite/rewrite_intro.html.en index d3ee5adb37..661bd34b91 100644 --- a/docs/manual/rewrite/rewrite_intro.html.en +++ b/docs/manual/rewrite/rewrite_intro.html.en @@ -57,6 +57,26 @@ follows is understood, rather than just copied blindly.
Basic regex building blocks
+ +One important thing here has to be remembered: Whenever you
+ use parentheses in Pattern or in one of the
+ CondPattern, back-references are internally created
+ which can be used with the strings $N
and
+ %N
(see below). These are available for creating
+ the strings Substitution and TestString.
+ Figure 2 shows to which locations the back-references are
+ transferred for expansion.
+
+ Figure 2: The back-reference flow through a rule.
+
Basic regex building blocks
+ +One important thing here has to be remembered: Whenever you
+ use parentheses in Pattern or in one of the
+ CondPattern, back-references are internally created
+ which can be used with the strings $N
and
+ %N
(see below). These are available for creating
+ the strings Substitution and TestString.
+ Figure 2 shows to which locations the back-references are
+ transferred for expansion.
+
+ Figure 2: The back-reference flow through a rule.
+