301 url rewrite loop
- by anyvendetta
I need to do a 301 rewrite to force all urls to become lowercase
i put in htaccess (RewriteMap lc int:tolower in httpd.conf)
RewriteCond %{REQUEST_URI} [A-Z]
RewriteRule . ${lc:{REQUEST_URI}} [R=301,L]
Everything works just fine except to urls with subcategories which in this case are:
/category-1256-Product-page-example.html
the numer 1256…