One of my pet peeves with web servers is that : mysite.com/Members is different to : mysite.com/members (but there is no difference between MYSITE.COM and mysite.com) is there any way of making Zope case-insensitive? - Ian Sparks.
A suggestion: Make all of you object ids lowercase and then use a frontend rewrite rule to lowercase all urls. ----- Original Message ----- From: "Ian Sparks" <isparks@wmute.u-net.com> To: <zope@zope.org> Sent: Thursday, July 13, 2000 5:23 PM Subject: [Zope] Case sensitivity One of my pet peeves with web servers is that : mysite.com/Members is different to : mysite.com/members (but there is no difference between MYSITE.COM and mysite.com) is there any way of making Zope case-insensitive? - Ian Sparks. _______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
Hi, Ian Sparks wrote:
One of my pet peeves with web servers is that :
mysite.com/Members
is different to :
mysite.com/members
(but there is no difference between MYSITE.COM and mysite.com)
is there any way of making Zope case-insensitive?
Most web-servers are case-sensitive. So where is the problem? You only have to type your links carefully, what is somewhat simplyer with <dtml-var object url> Regards Tino Wildenhain
participants (4)
-
Chris Withers -
Ian Sparks -
Jim Sanford -
Tino Wildenhain