From: Eric Covener Date: Thu, 19 May 2016 14:01:14 +0000 (+0000) Subject: using context info for rewritebase was not until 2.4.16 X-Git-Tag: 2.5.0-alpha~1604 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=50cae64e8cc7460857c0a945462d4de1038d32bf;p=thirdparty%2Fapache%2Fhttpd.git using context info for rewritebase was not until 2.4.16 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1744578 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_rewrite.xml b/docs/manual/mod/mod_rewrite.xml index 187472c9ba1..3e27f392de7 100644 --- a/docs/manual/mod/mod_rewrite.xml +++ b/docs/manual/mod/mod_rewrite.xml @@ -399,7 +399,7 @@ RewriteRule "^/ex/(.*)" "${examplemap:$1}" suffixed by the relative substitution is also valid as a URL path on the server (this is rare). -
  • In Apache HTTP Server 2.4.11 and later, this directive may be +
  • In Apache HTTP Server 2.4.16 and later, this directive may be omitted when the request is mapped via Alias or mod_userdir.