[Zope] Newbie: Case independent URLs?

Tim Hicks tim@sitefusion.co.uk
Tue, 24 Sep 2002 10:52:28 +0100


Robert Allyn wrote:
> Hi,
> 
> I am new to Zope.  It seems all url's in Zope are case dependant.  Is this correct? Can I change it?
> 
> I want family to be able to get to my photo album by entering
> www.mysite.com/FamilyAlbum/  or 
> www.mysite.com/familyAlbum/ or 
> www.mysite.com/Familyalbum/ or
> www.mysite.com/familyalbum/
> 
> Is there a standard technique for dealing with this?  I tried searching the archives, but could not find relevant information (my poor searching ability I am sure).  

I don't know about a 'standard technique' - if there is one, I've never 
heard of it.

Perhaps you could try using a python script with it's traverse_subpath 
and string.lower(...)?

tim