]> granicus.if.org Git - apache/commitdiff
Rebuild new example.
authorRich Bowen <rbowen@apache.org>
Wed, 21 Jul 2010 18:24:52 +0000 (18:24 +0000)
committerRich Bowen <rbowen@apache.org>
Wed, 21 Jul 2010 18:24:52 +0000 (18:24 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@966347 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/rewrite/rewritemap.html.en

index 8ca34bf7ceaad05037d465cc995a88365bccbb82..2dd6ab0371506c4565181f48f308f90417115818 100644 (file)
@@ -324,7 +324,7 @@ by many requests.
 
     <div class="example"><h3>Redirect a URI to an all-lowercase version of itself</h3><p><code>
     RewriteMap lc int:tolower<br />
-    RewriteRule (.*[A-Z]+.*) lc($1) [R]
+    RewriteRule (.*[A-Z]+.*) ${lc:$1} [R]
     </code></p></div>
 
     <div class="note">