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 2011/02/15 14:33:24 UTC

svn commit: r1070886 - /httpd/httpd/trunk/docs/manual/rewrite/avoid.xml

Author: rbowen
Date: Tue Feb 15 13:33:24 2011
New Revision: 1070886

URL: http://svn.apache.org/viewvc?rev=1070886&view=rev
Log:
Link to expr.html for more details on expression syntax.

Modified:
    httpd/httpd/trunk/docs/manual/rewrite/avoid.xml

Modified: httpd/httpd/trunk/docs/manual/rewrite/avoid.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/rewrite/avoid.xml?rev=1070886&r1=1070885&r2=1070886&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/rewrite/avoid.xml (original)
+++ httpd/httpd/trunk/docs/manual/rewrite/avoid.xml Tue Feb 15 13:33:24 2011
@@ -229,6 +229,10 @@ RedirectMatch (.*) http://www.example.co
 header, response header, or environment variable, replacing
 <module>mod_rewrite</module> in many common scenarios.</p>
 
+<p>See especially the <a href="../expr.html">expression evaluation
+documentation</a> for a overview of what types of expressions you can
+use in &lt;If&gt; sections, and in certain other directives.</p>
+
 </section>
 
 </manualpage>