rewrite map wont work

Discussion in 'Apache' started by Dzi13, Dec 6, 2008.

  1. #1
    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
     
    Dzi13, Dec 6, 2008 IP