From: Rich Bowen Date: Thu, 3 Mar 2016 00:56:24 +0000 (+0000) Subject: Rebuild X-Git-Tag: 2.5.0-alpha~1966 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=31af3d9024a3d7c18bdb80c55e9c9766dd2c0626;p=apache Rebuild git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1733400 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/rewrite/rewritemap.html.en b/docs/manual/rewrite/rewritemap.html.en index 8e7a20b748..3ec5962b06 100644 --- a/docs/manual/rewrite/rewritemap.html.en +++ b/docs/manual/rewrite/rewritemap.html.en @@ -149,8 +149,8 @@ may be used, and give examples of each.

Redirect a URI to an all-lowercase version of itself

-
RewriteMap lc "int:tolower"
-RewriteRule "(.*?[A-Z]+.*)" "${lc:$1}" [R]
+
RewriteMap lc int:tolower
+RewriteRule (.*) ${lc:$1} [R]