Well, the goal is to simply make everything in the URL which is received by
APACHE lower case, as case sensitivity is a(n) issue on unix/linux/etc.  In
windows it doesn't matter, since filenames are case insensitive (hope that
clears up the confusion)...

----- Original Message ----- 
From: "Joshua Slive" <[EMAIL PROTECTED]>
To: <users@httpd.apache.org>
Sent: Thursday, October 20, 2005 9:44 AM
Subject: Re: [EMAIL PROTECTED] make URL's case insensitive


On 10/20/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Hi All,
>
>    I run apache 2.0.5x, and was wondering if there is a way to make URL's
(after
> the domain portion) case insensitive in apache (all URL's), for example:
>
> www.foobar.com/JUNKFOOD.htm (client browser)
>
> would be processed by httpd as:
>
> www.foobar.com/junkfood.htm (server side)
>
> In reading the apache FAQ in 1.3, it says the following:

> Barring this, can mod_speling be set to not provide a list of files that
are a
> 'close match' providing that the exact match is not found?

Barring what?  Your question is not very clear.  What about the answer
in the FAQ didn't you understand?  (If you are asking if this has
changed in 2.x, the answer is no.)  Regarding mod_speling, no it is
not possible to turn off the Multiple Choices page (without hacking
the source code).  You could try
ErrorDocument 300 http://example.com/404.html
but I don't know if that would work.

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to