Forum Moderators: phranque
Thanks
Welcome to WebmasterWorld!
Yes, if you have only a few URLs and each URL contains only a few capitals. Otherwise, it can be horribly inefficient. You can also use Apache mod_speling or mod_negotiation (content-negotiation) in some cases. All of these solutions degrade your server performance for all requests, and should be avoided if possible.
An alternative is to use a multi-file search-and-replace editor to fix your on-site links so that this is not necessary for the majority of URLs, and then use one of these server-side methods to fix the few requests from other sites with incorrect capitalization as needed.
I can't be more specific without a better description of the nature and scope of your problem.
Jim