actually,
it's "mod_speling"
=)
-corris
On Wed, 30 Aug 2000, Ozzie Sabina wrote:
Date: Wed, 30 Aug 2000 19:02:33 -0400 From: Ozzie Sabina ors@cimedia.com To: Bruce Sterling Woodcock sirbruce@ix.netcom.com, Eric Seidman eseidman@CS.Stanford.EDU, toasters@mathworks.com Subject: Re: accessing mixed-case files on Netapp
+-- "Bruce Sterling Woodcock" sirbruce@ix.netcom.com once said: | > The NFS access is being done from | > a RedHat Linux server running Apache. I have considered writing | > an Apache | > module to parse the directory structure to determine the actual case of | > the filename, although this option seems too inefficient. | | Altering Apache is the best option, but you have to decide what | to do in the case of conflicts. It would seem that you already have | an idea of which case of filenames is the "correct" one... in which | case, you should have no trouble having the filenames saved to a | consistent case.
Look at mod_spelling for apache. I think it will do what you want (i.e. handle when people mis-case a URL).
Oz