diff options
author | Tony Finch <fanf@apache.org> | 2001-01-12 00:29:16 +0100 |
---|---|---|
committer | Tony Finch <fanf@apache.org> | 2001-01-12 00:29:16 +0100 |
commit | 84c36af5a205ff08a0cac97520265ff264597225 (patch) | |
tree | 0c9c49eeb6bb00c1a8f68202b98102e26c672f54 /docs | |
parent | get rid of an unused variable (diff) | |
download | apache2-84c36af5a205ff08a0cac97520265ff264597225.tar.xz apache2-84c36af5a205ff08a0cac97520265ff264597225.zip |
note that rewrite map expansions work in rewriteconds
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87659 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs')
-rw-r--r-- | docs/manual/mod/mod_rewrite.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/manual/mod/mod_rewrite.html b/docs/manual/mod/mod_rewrite.html index bb8a2b365c..52bdb988b3 100644 --- a/docs/manual/mod/mod_rewrite.html +++ b/docs/manual/mod/mod_rewrite.html @@ -1041,6 +1041,15 @@ the pattern from the last matched <CODE>RewriteCond</CODE> directive in the current bunch of conditions. <P> +<LI><STRONG>RewriteMap expansions</STRONG>: These are expansions of the form + +<BLOCKQUOTE><STRONG> +<CODE>${mapname:key|default}</CODE> +</STRONG></BLOCKQUOTE> + +See <A HREF="#mapfunc">the documentation for RewriteMap</A> for more details. + +<P> <LI><STRONG>Server-Variables</STRONG>: These are variables of the form |