diff options
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 |