Subject: Re: [EMAIL PROTECTED] make URL's case insensitive
I've had good luck using mod_speling. But before that I used a trick
where I used samba. The trick is to run samba, mount a share, then serve
from that share. Samba is case insensitive.
BTW - I agree - in fact I think it's i
I've had good luck using mod_speling. But before that I used a trick
where I used samba. The trick is to run samba, mount a share, then serve
from that share. Samba is case insensitive.
BTW - I agree - in fact I think it's insane to have a case sensitive
file system. But I'll never convince th
Quoting Joshua Slive <[EMAIL PROTECTED]>:
> On 10/24/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> > RewriteEngine On
> > RewriteMap lc int:tolower
> > RewriteRule (.*) ${lc:$1} [R]
>
> > However, when I try this in apache (2.0.5x), I get the following message
> > returned to me in firefo
Doug McNutt wrote:
At 10:44 -0700 10/24/05, [EMAIL PROTECTED] wrote, in part:
. . . as opposed to general case-insensitivity which is
not possible (and, in addition, not advisable, since proxy caches,
search engines, etc are all case sensitive).
Well, Google is case INsensitive and proud of i
On 10/24/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> RewriteEngine On
> RewriteMap lc int:tolower
> RewriteRule (.*) ${lc:$1} [R]
> However, when I try this in apache (2.0.5x), I get the following message
> returned to me in firefox 1.0.7:
>
> redirection limit for this URL exceeded, unabl
At 10:44 -0700 10/24/05, [EMAIL PROTECTED] wrote, in part:
> . . . as opposed to general case-insensitivity which is
>not possible (and, in addition, not advisable, since proxy caches,
>search engines, etc are all case sensitive).
Well, Google is case INsensitive and proud of it. I once complained
Quoting Boyle Owen <[EMAIL PROTECTED]>:
> > -Original Message-
> > From: Nick Kew [mailto:[EMAIL PROTECTED]
> >
> > It is HTTP, the protocol of the Web, that is case-sensitive.
> > Anything that tries to pretend it's not is broken.
>
> Exactly.
>
> The whole concept of "case-sensitivity
> -Original Message-
> From: Nick Kew [mailto:[EMAIL PROTECTED]
>
> It is HTTP, the protocol of the Web, that is case-sensitive.
> Anything that tries to pretend it's not is broken.
Exactly.
The whole concept of "case-sensitivity" is wrong-headed to begin with. The case
of a letter is a
On Friday 21 October 2005 15:11, Bill Parker wrote:
> 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 th
On 10/21/05, Bill Parker <[EMAIL PROTECTED]> wrote:
> 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 th
From: "Joshua Slive" <[EMAIL PROTECTED]>
To:
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
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 proces
[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
On Thursday 20 October 2005 08:33, [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 proce
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 th
15 matches
Mail list logo