[Zope] case sensative url?

Lennart Regebro lennart@regebro.nu
Sat, 12 Jan 2002 01:52:40 +0100


From: "Mark Lilly" <mark.lilly@benova.com>
> Can it be true that URL's are case sensative??

This is usually the case, yes. It's up to the webserver, really. I would
expect IIS to be caseinsensitive since Windows filesystems generally is. But
it is true that URLS are as a rule case-sensitive, and there is usually not
much use in makeing it otherwise.

> But, if i change it to http://localhost:8080/Projects/fhk, i get the
> following error. Please tell me how to make this case-insensative.

Use only lowercase in all your ID's. That way you know that you always
should use lower case, and you don't need to bother about case.