[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] uppercase / lowercase subdirectories



----- Original Message -----
From: "HAVE1.COM" <info@xxxxxxxxx>
To: <cobalt-users@xxxxxxxxxxxxxxx>
Sent: Wednesday, June 20, 2001 8:05 AM
Subject: [cobalt-users] uppercase / lowercase subdirectories


> Greetings,
>
> I seem to be experiencing a funny problem... I have a lot of sites that
are
> under my domain name in subdirectories (example:
www.domain.com/clientname)
> - these worked fine on my old NT server when people typed them in either
all
> in caps or all lowercase - now on the RAQ 4 I get a error "file not found"

This is a major difference in the two platforms.  ASCII values are different
for uppercase and lower case letters. UNIX (and Linux) uses this to declare
that each ascii value is different, and therefore there are many more ways
to name a file/folder etc.  Windows assumes that upper case lower case may
(or may not) be the same value.  Consider the differing values to be an
asset and take advantage of the Upper case / Lower case difference.

> message when trying to access in all CAPS (on the server the directory
name
> is in lower-case).
>
> Is there a way to make this file accessible to people whether they choose
to
> type in all CAPS or lowercase? I've searched through the archives with no
> results...
>

Dunno on this item.
> As well, where do I stick .htaccess files?
>
> Thanks
>
> GABE


Bill