On 12/28/05, Arthur DiSegna <adisegna@xxxxxxxxxxxxxx> wrote: > Hello, > > I am moving my IIS webserver to Apache on Suse and was wondering how to > make the web requests case insensitive? > > For example. > > On IIS the URL is http://vhost1.mydomain.com/directory1 > > Directory1 one on the file system could be directory1 or Directory1 or > DIRECTORY1 and the site is still accessible. If these are actual directories under the DocumentRoot (and not Aliases), then mod_speling (sic) will do it for you. Joshua.