Corresponding code has not been merged (see r1664565 and r1664575)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1747804 13f79535-47bb-0310-9956-
ffa450edef68
<name>RewriteMap</name>
<description>Defines a mapping function for key-lookup</description>
<syntax>RewriteMap <em>MapName</em> <em>MapType</em>:<em>MapSource</em>
- <em>MapTypeOptions</em>
</syntax>
<contextlist><context>server config</context><context>virtual host</context>
</contextlist>
RewriteRule "^/ex/(.*)" "${examplemap:$1}"
</highlight>
- <p>The meaning of the <em>MapTypeOptions</em> argument depends on
- particular <em>MapType</em>. See the
- <a href="../rewrite/rewritemap.html">Using RewriteMap</a> for
- more information.</p>
-
<p>The following combinations for <em>MapType</em> and
<em>MapSource</em> can be used:</p>