| Just a thought . . .
1) Test if there are any uppercase characters
2) Redirect request to a php script
3) Parses the original url to all lowercase
4) Redirect sending a 301 (permanent) status
Not sure if this is right, but the thought here is if you do a 301 redirect, the search engines will start indexing the all lowercase urls and you can eventually get rid of all redirects.
Otherwise, the search indexing won't change and you'll forever be using mod_rewrite on your site. |