Forum Moderators: phranque
As I understand it mod_speling cannot correct this because there are two upper case letters (as the correct url should have) - is that right?
Is there any other way of doing this? I cannot do 301's as there are simply too many pages (over 10,000). Any ideas?
Easy to test, just add this to htaccess:
CheckSpelling On
I have noticed however, that some misspelled words will resolve directly to the intended page, but when more than one page could match, a sever generated page presents one or more linked choices. This wouldn't be so bad if I could figure out how to customize this page with a style sheet. Anyone know how?
I doubt that it's possible; It is a page created by mod_speling itself showing all the possible matches for the request-specific "spelling error". This is just a list of the "closest matches" it found as actual existing files on your server.
I think you're going to need to use a script to solve your problem, or convert all of your filenames to lowercase-only and use an approach similar to this [webmasterworld.com].
Jim