View Single Post
Old 8th February 2008, 02:08 PM   #5 (permalink)
Euge
Registered User
 
Euge's Avatar
 
Join Date: Feb 2003
Location: Lost in confusion
Posts: 710
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.
Euge is offline   Reply With Quote