]> granicus.if.org Git - apache/commitdiff
Fix XML error and rebuild html
authorDaniel Gruno <humbedooh@apache.org>
Sat, 31 Mar 2012 13:21:31 +0000 (13:21 +0000)
committerDaniel Gruno <humbedooh@apache.org>
Sat, 31 Mar 2012 13:21:31 +0000 (13:21 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1307798 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/rewrite/flags.html.en
docs/manual/rewrite/flags.xml

index 906226119ced45b148d3190a499a8d7356fd9f77..4f55cdc8e71b882e503b2442e2b20c1237d7de4f 100644 (file)
@@ -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>
index 6c0e6620d980ea8dc3ea944f77b850e6b403edd5..2da2f4a028946936411ec198ba7f360ac6e8106b 100644 (file)
@@ -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>