[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] RE: uppercase / lowercase subdirectories
- Subject: Re: [cobalt-users] RE: uppercase / lowercase subdirectories
- From: "Frederic Stos" <metalwolf@xxxxxxxxxxxxx>
- Date: Wed Jun 20 05:45:02 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
Of course, don't even *think* about making 27363 times ln -s
This is microsoft-kind for solving problems....
Errata to my precedent mail:
Better to put in apache config file httpd.conf
(you can either add it into .htaccess)
<IfModule mod_speling.c>
Checkspelling on
</IfModule>
On 20 Jun 2001, at 11:54, Dean Hall wrote:
>
> > 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...
>
> While not the most elegant solution, you could create symbolic links to each
> directory
> and file of the opposite case. This is a manual operation and depending on
> the number
> of directories/files and the frequency of adding new directories/file it
> could be a
> real pain, but it will work.
>
> if you now have
> my_dir/my_file
>
> do
> cd my_dir
> ln -s my_dir MY_DIR
>
> of course this won't help if the user types My_Dir :)
>
> ----
> Dean Hall at Tactix ReEngineering ( dean@xxxxxxxxxx )
> 503 520-9699 fax 503 469-9740
> http://www.tactix.com
>
> _______________________________________________
> cobalt-users mailing list
> cobalt-users@xxxxxxxxxxxxxxx
> To Subscribe or Unsubscribe, please go to:
> http://list.cobalt.com/mailman/listinfo/cobalt-users
>