Using mod_rewrite to convert upper case URL's to lower case

|

Using mod_rewrite to convert uppercase url's to lower case url's.

RewriteEngine on
RewriteMap upper2lower int:tolower
RewriteRule ^/(.*)$ /${upper2lower:$1}

About this Entry

This page contains a single entry by balaji published on October 7, 2005 5:05 AM.

September was the previous entry in this blog.

Jobless is the next entry in this blog.

Find recent content on the main index or look in the archives to find all content.