[Zope] Case Sensitive URLs
Jaroslav Lukesh
lsh@wo.cz
Wed, 16 Apr 2003 15:52:43 +0100
1/ I think that is no way while you modify zope source code for that. But
it could be possible another way:
imagine URI as that
www.domain.com/mod_speling?url=folder1/folder2/document
instead of
www.domain.com/folder1/folder2/document
The DTML method mod_speling will track your "url" option.
2/ I have no squid before, but it is possible to use. Look at www.esi.org
Regards JL.
----------
Odesílatel: PIOMBINO, Paul <PIOMBINO@pgharts.org>
1/ How do I make URIs case insensitive? Would mod_speling/mod_negotiation
work?
2/ Has anyone had success using squid to maintain high-availability with or
without ZEO?