Forum Moderators: phranque
If you httpd.conf access, you can use mod_rewrite's RewriteMap to call the system tolower or tolower functions to force all-uppercase or all-lowercase URLs.
You can use mod_speling to correct one or a few incorrect-case letters.
You can use content-negotiation (mod_negotiation) to let Apache pick the "best match" for the requested URL.
See the Apache module documentation [httpd.apache.org].
Jim