[EMAIL PROTECTED] Make Apache Linux paths case insensitive?

2005-12-28 Thread Arthur DiSegna
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

[EMAIL PROTECTED] Make Apache Linux paths case insensitive?

2005-12-28 Thread httpd2
Hi Arthur. I'm working my way through the manual, and from what I've read so far you may need to match on regular expressions and use mod_rewrite. This is a powerful alternative to hard-coding the directory paths with aliases. http://httpd.apache.org/docs/2.0/misc/rewriteguide.html HTH -

RE: [EMAIL PROTECTED] Make Apache Linux paths case insensitive?

2005-12-28 Thread Arthur DiSegna
, 2005 1:39 PM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] Make Apache Linux paths case insensitive? Hi Arthur. I'm working my way through the manual, and from what I've read so far you may need to match on regular expressions and use mod_rewrite. This is a powerful alternative to hard