summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRich Bowen <rbowen@apache.org>2011-02-15 14:33:24 +0100
committerRich Bowen <rbowen@apache.org>2011-02-15 14:33:24 +0100
commit2bd08acf33dce6962d520f0bce901109ef1d2741 (patch)
treee9e341bf7e7c638bab8ab29316d28c067b954910
parentSmall improvements in phrasing of the access control doc. (diff)
downloadapache2-2bd08acf33dce6962d520f0bce901109ef1d2741.tar.xz
apache2-2bd08acf33dce6962d520f0bce901109ef1d2741.zip
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
-rw-r--r--docs/manual/rewrite/avoid.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/manual/rewrite/avoid.xml b/docs/manual/rewrite/avoid.xml
index 85176e8146..373caf71a3 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
<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>