You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by hu...@apache.org on 2012/04/11 09:28:16 UTC

svn commit: r1324602 - in /httpd/httpd/trunk/docs/manual/rewrite: intro.html.en intro.xml

Author: humbedooh
Date: Wed Apr 11 07:28:15 2012
New Revision: 1324602

URL: http://svn.apache.org/viewvc?rev=1324602&view=rev
Log:
Use new back-reference diagram instead of the rule processing chart

Modified:
    httpd/httpd/trunk/docs/manual/rewrite/intro.html.en
    httpd/httpd/trunk/docs/manual/rewrite/intro.xml

Modified: httpd/httpd/trunk/docs/manual/rewrite/intro.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/rewrite/intro.html.en?rev=1324602&r1=1324601&r2=1324602&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/rewrite/intro.html.en (original)
+++ httpd/httpd/trunk/docs/manual/rewrite/intro.html.en Wed Apr 11 07:28:15 2012
@@ -144,7 +144,7 @@ the expression.</p>
       RewriteRule, RewriteCond matching.</p>
 
 <p class="figure">
-      <img src="../images/rewrite_rule_flow.png" alt="Flow of RewriteRule and RewriteCond matching" /><br />
+      <img src="../images/rewrite_backreferences.png" alt="Flow of RewriteRule and RewriteCond matching" /><br />
       <dfn>Figure 1:</dfn> The back-reference flow through a rule.
 </p>
 

Modified: httpd/httpd/trunk/docs/manual/rewrite/intro.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/rewrite/intro.xml?rev=1324602&r1=1324601&r2=1324602&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/rewrite/intro.xml (original)
+++ httpd/httpd/trunk/docs/manual/rewrite/intro.xml Wed Apr 11 07:28:15 2012
@@ -151,7 +151,7 @@ the expression.</p>
       RewriteRule, RewriteCond matching.</p>
 
 <p class="figure">
-      <img src="../images/rewrite_rule_flow.png"
+      <img src="../images/rewrite_backreferences.png"
       alt="Flow of RewriteRule and RewriteCond matching" /><br />
       <dfn>Figure 1:</dfn> The back-reference flow through a rule.
 </p>