Is it possible to make URL's case insensitive?

I have seen this article
http://civicspacelabs.org/home/node/10987

But is it still valid, for Drupal 4.6?

Thanks

Comments

TheSmegHead’s picture

I have the same problem and tried the code fix from civicspacelabs, but it did not work. Is there any other work around for this problem? I am even willing to make two copies of the same page, e.g., http://mysite/contact and http://mysite/Contact, but Drupal wont let me do that either - it says the path is already in use.

sepeck’s picture

I don't think this is a Drupal issue.
http://httpd.apache.org/docs/1.3/misc/FAQ-H.html#rewrite-nocase

I've never had the issue myself, then again, I use IIS.

-sp
---------
Test site, always start with a test site.
Drupal Best Practices Guide -|- Black Mountain

-Steven Peck
---------
Test site, always start with a test site.
Drupal Best Practices Guide

TheSmegHead’s picture

Oh yes, I'm certain this is an Apache issue. But I'm looking for some kind of workaround, as I am likely not the only person trying to use Drupal on Apache. Could I do some sort of re-direct from /Contact to /contact?