From 84c36af5a205ff08a0cac97520265ff264597225 Mon Sep 17 00:00:00 2001 From: Tony Finch Date: Thu, 11 Jan 2001 23:29:16 +0000 Subject: [PATCH] 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 --- docs/manual/mod/mod_rewrite.html | 9 +++++++++ 1 file changed, 9 insertions(+) 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 @@ -1040,6 +1040,15 @@ the form the pattern from the last matched RewriteCond directive in the current bunch of conditions. +

+

  • RewriteMap expansions: These are expansions of the form + +
    +${mapname:key|default} +
    + +See the documentation for RewriteMap for more details. +

  • Server-Variables: These are variables of the form -- 2.50.1