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/03/31 15:21:31 UTC

svn commit: r1307798 - in /httpd/httpd/branches/2.4.x/docs/manual/rewrite: flags.html.en flags.xml

Author: humbedooh
Date: Sat Mar 31 13:21:31 2012
New Revision: 1307798

URL: http://svn.apache.org/viewvc?rev=1307798&view=rev
Log:
Fix XML error and rebuild html

Modified:
    httpd/httpd/branches/2.4.x/docs/manual/rewrite/flags.html.en
    httpd/httpd/branches/2.4.x/docs/manual/rewrite/flags.xml

Modified: httpd/httpd/branches/2.4.x/docs/manual/rewrite/flags.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/rewrite/flags.html.en?rev=1307798&r1=1307797&r2=1307798&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/rewrite/flags.html.en (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/rewrite/flags.html.en Sat Mar 31 13:21:31 2012
@@ -678,6 +678,9 @@ RewriteRule .? - [S=3]<br />
 # END
 </code></p></div>
 
+<p>It is probably easier to accomplish this kind of configuration using
+the <code class="directive">&lt;If&gt;</code>, <code class="directive">&lt;ElseIf&gt;</code>, and <code class="directive">&lt;Else&gt;</code> directives instead.</p>
+
 </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="section">
 <h2><a name="flag_t" id="flag_t">T|type</a></h2>

Modified: httpd/httpd/branches/2.4.x/docs/manual/rewrite/flags.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/rewrite/flags.xml?rev=1307798&r1=1307797&r2=1307798&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/rewrite/flags.xml (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/rewrite/flags.xml Sat Mar 31 13:21:31 2012
@@ -687,7 +687,7 @@ RewriteRule .? - [S=3]<br />
 </example>
 
 <p>It is probably easier to accomplish this kind of configuration using
-the <directive type="section">If</directive>, <directive,
+the <directive type="section">If</directive>, <directive
 type="section">ElseIf</directive>, and <directive
 type="section">Else</directive> directives instead.</p>