You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2012/03/31 14:03:51 UTC

svn commit: r1307779 - /httpd/httpd/branches/2.4.x/docs/manual/rewrite/flags.xml

Author: rbowen
Date: Sat Mar 31 12:03:51 2012
New Revision: 1307779

URL: http://svn.apache.org/viewvc?rev=1307779&view=rev
Log:
Note that if/else flow is easier with the <If>, </Else> directives.

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

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=1307779&r1=1307778&r2=1307779&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 12:03:51 2012
@@ -686,6 +686,11 @@ RewriteRule .? - [S=3]<br />
 # END
 </example>
 
+<p>It is probably easier to accomplish this kind of configuration using
+the <directive type="section">If</directive>, <directive,
+type="section">ElseIf</directive>, and <directive
+type="section">Else</directive> directives instead.</p>
+
 </section>
 
 <section id="flag_t"><title>T|type</title>