From: Rich Bowen
Date: Tue, 15 Feb 2011 13:33:24 +0000 (+0000)
Subject: Link to expr.html for more details on expression syntax.
X-Git-Tag: 2.3.11~47
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2bd08acf33dce6962d520f0bce901109ef1d2741;p=thirdparty%2Fapache%2Fhttpd.git
Link to expr.html for more details on expression syntax.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1070886 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/rewrite/avoid.xml b/docs/manual/rewrite/avoid.xml
index 85176e8146a..373caf71a3e 100644
--- a/docs/manual/rewrite/avoid.xml
+++ b/docs/manual/rewrite/avoid.xml
@@ -229,6 +229,10 @@ RedirectMatch (.*) http://www.example.com$1
header, response header, or environment variable, replacing
mod_rewrite in many common scenarios.
+See especially the expression evaluation
+documentation for a overview of what types of expressions you can
+use in <If> sections, and in certain other directives.
+