From: Rich Bowen Date: Wed, 21 Jul 2010 18:24:12 +0000 (+0000) Subject: Fixes a non-working example in the int RewriteMap section. X-Git-Tag: 2.3.7~70 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4f5a41f04b513e81d9422fc014352f18eaedf7bd;p=thirdparty%2Fapache%2Fhttpd.git Fixes a non-working example in the int RewriteMap section. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@966346 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/rewrite/rewritemap.xml b/docs/manual/rewrite/rewritemap.xml index de53017cf28..4d50b20177c 100644 --- a/docs/manual/rewrite/rewritemap.xml +++ b/docs/manual/rewrite/rewritemap.xml @@ -327,7 +327,7 @@ by many requests. Redirect a URI to an all-lowercase version of itself RewriteMap lc int:tolower
- RewriteRule (.*[A-Z]+.*) lc($1) [R] + RewriteRule (.*[A-Z]+.*) ${lc:$1} [R]