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. On Apache the URL is still http://vhost1.mydomain.com/directory1 however, it is only accessible if the person downloading types in the directory1. If they type any other Directory1 or DIRECTORY1 they will receive the "You don't have permission" error. Do I have to alias every directory I have configured in the conf file? How can I make the everything case insensitive. Keep in mind there is some legacy software out there will capital letters in the pathname to access the files I am serving up. Probably why they were using IIS. I have inherited this problem. :) Thanks --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx