summaryrefslogtreecommitdiffstats
path: root/docs/manual/rewrite/intro.xml
diff options
context:
space:
mode:
authorRich Bowen <rbowen@apache.org>2010-01-01 21:31:05 +0100
committerRich Bowen <rbowen@apache.org>2010-01-01 21:31:05 +0100
commit372a051c4ce428d8ba900c50c9bc3e936330e8b0 (patch)
tree07783b73e50967fa6304f85ce676d361809d5ac3 /docs/manual/rewrite/intro.xml
parentdon't use translations of example.com. (diff)
downloadapache2-372a051c4ce428d8ba900c50c9bc3e936330e8b0.tar.xz
apache2-372a051c4ce428d8ba900c50c9bc3e936330e8b0.zip
Replace rewriterule/rewritecond flow diagram with a easier-to-read
version donated by Joseph Pecoraro. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@895068 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/rewrite/intro.xml')
-rw-r--r--docs/manual/rewrite/intro.xml11
1 files changed, 6 insertions, 5 deletions
diff --git a/docs/manual/rewrite/intro.xml b/docs/manual/rewrite/intro.xml
index 36aaa398b4..a19e5bbe37 100644
--- a/docs/manual/rewrite/intro.xml
+++ b/docs/manual/rewrite/intro.xml
@@ -147,13 +147,14 @@ the expression.</p>
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>TestString</em>.
- Figure 2 shows to which locations the back-references are
- transferred for expansion.</p>
+ Figure 1 shows to which locations the back-references are
+ transferred for expansion as well as illustrating the flow of the
+ RewriteRule, RewriteCond matching.</p>
<p class="figure">
- <img src="../images/mod_rewrite_fig2.gif" width="381"
- height="179" alt="[Needs graphics capability to display]" /><br />
- <dfn>Figure 2:</dfn> The back-reference flow through a rule.
+ <img src="../images/rewrite_rule_flow.png"
+ alt="Flow of RewriteRule and RewriteCond matching" /><br />
+ <dfn>Figure 1:</dfn> The back-reference flow through a rule.
</p>
</section>