From: Yoshiki Hayashi
Date: Wed, 31 Jul 2002 05:38:55 +0000 (+0000)
Subject: Make this file valid XML.
X-Git-Tag: 2.0.40~68
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6f3b8547b2e1713b6654e0ad3158c0789678faad;p=apache
Make this file valid XML.
Submitted by: Vincent de Lau
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96251 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_rewrite.xml b/docs/manual/mod/mod_rewrite.xml
index 1b4bc5ffa3..f11e1b1fdc 100644
--- a/docs/manual/mod/mod_rewrite.xml
+++ b/docs/manual/mod/mod_rewrite.xml
@@ -175,11 +175,11 @@ URLs on the fly
directives). For historical reasons the conditions are given
first, and so the control flow is a little bit long-winded. See
Figure 1 for more details.
-
+
Figure 1:The control flow through the rewriting ruleset
-
+
As you can see, first the URL is matched against the
Pattern of each rule. When it fails mod_rewrite
immediately stops processing this rule and continues with the
@@ -226,11 +226,11 @@ URLs on the fly
Figure 2 shows to which locations the back-references are
transfered 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