summaryrefslogtreecommitdiffstats
path: root/docs/manual/rewrite/rewritemap.html.en
diff options
context:
space:
mode:
Diffstat (limited to 'docs/manual/rewrite/rewritemap.html.en')
-rw-r--r--docs/manual/rewrite/rewritemap.html.en2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/rewrite/rewritemap.html.en b/docs/manual/rewrite/rewritemap.html.en
index 769a5a6971..9df398405b 100644
--- a/docs/manual/rewrite/rewritemap.html.en
+++ b/docs/manual/rewrite/rewritemap.html.en
@@ -325,7 +325,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">