From: Eric Covener Date: Tue, 24 Mar 2015 13:06:33 +0000 (+0000) Subject: xform X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c48723a1fe2dd238d0beeecbdf1652abeeb22cc;p=thirdparty%2Fapache%2Fhttpd.git xform git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1668876 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_rewrite.html.en b/docs/manual/mod/mod_rewrite.html.en index 54fde57a18d..0cc272aeaef 100644 --- a/docs/manual/mod/mod_rewrite.html.en +++ b/docs/manual/mod/mod_rewrite.html.en @@ -756,6 +756,7 @@ RewriteRule ^/$ /homepage.std.html [L] @@ -801,6 +802,11 @@ RewriteRule ^/$ /homepage.std.html [L]
RewriteRule ^/ex/(.*) ${examplemap:$1}
+

The meaning of the MapTypeOptions argument depends on + particular MapType. See the + Using RewriteMap for + more information.

+

The following combinations for MapType and MapSource can be used:

@@ -972,14 +978,12 @@ RewriteRule ^/$ /homepage.std.html [L]
IgnoreContextInfo
-

In versions 2.4.11 and later, when a relative substitution is made +

When a relative substitution is made in directory (htaccess) context and RewriteBase has not been set, this module uses some extended URL and filesystem context information to change the relative substitution back into a URL. Modules such as mod_userdir and mod_alias - supply this extended context info. This option disable the behavior - introduced in 2.4.11 and should only be set if all of the conditions - above are present and a substituion has an unexpected result.

+ supply this extended context info.

Description:Defines a mapping function for key-lookup
Syntax:RewriteMap MapName MapType:MapSource + MapTypeOptions
Context:server config, virtual host
Status:Extension