SunOne case-insensitive URLs
Posted
by RoToRa
on Server Fault
See other posts from Server Fault
or by RoToRa
Published on 2010-06-08T10:37:24Z
Indexed on
2010/06/08
10:42 UTC
Read the original article
Hit count: 507
It it possible to configure a SunOne web server to automatically redirect all URLs with capital letters to the corresponding lower case URLs? For example, redirect /Example
, /eXamPle
and /EXAMPLE
all to /example
. This would have to be for all URLs (or at least a subset excluding a specific prefix)
I normally have nothing to do with web server configuration (especially not SunOne). I just need to now if it is generally possible and be pointed to the right direction on how to do this.
Thanks.
© Server Fault or respective owner