diff options
author | Rich Bowen <rbowen@apache.org> | 2011-02-15 14:33:24 +0100 |
---|---|---|
committer | Rich Bowen <rbowen@apache.org> | 2011-02-15 14:33:24 +0100 |
commit | 2bd08acf33dce6962d520f0bce901109ef1d2741 (patch) | |
tree | e9e341bf7e7c638bab8ab29316d28c067b954910 | |
parent | Small improvements in phrasing of the access control doc. (diff) | |
download | apache2-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.xml | 4 |
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 <If> sections, and in certain other directives.</p> + </section> </manualpage> |