From cf85a8ce1b1ea56fab5376d197bee97121b36ac3 Mon Sep 17 00:00:00 2001 From: Yoshiki Hayashi Date: Wed, 31 Jul 2002 05:38:55 +0000 Subject: [PATCH] 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 --- docs/manual/mod/mod_rewrite.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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.

-
+
[Needs graphics capability to display]

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.

-
+
[Needs graphics capability to display]

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 -- 2.40.0