Hi, rewriteMap isn't working on my server (and some other mod rewrite functions). So I need a way to convert variable which I get from url i want to redirect to lower case: RedirectMatch 301 /category/item/(.*) http://www.domain.com/item-$1.html I want make (.*) lowercase in $1