[Zope-CMF] VHM and portal_catalog
Magnus Heino
magnus.heino@pleon.sigma.se
Mon, 25 Feb 2002 07:56:52 +0100
Hi.
I have a CMF site at /Golf in Zope, that is rewritten using Virtual Host
Manager.
VHM mapps golf.alvkarleby.net to golf.alvkarleby.net:8080/Golf
Everything works, but ZCatalog searches.
This fails:
http://golf.alvkarleby.net/search?start:list:date=2002-04-03%2000%3A00%3A00&
amp;start:list:date=2002-04-03%2023%3A59%3A59&start_usage=range:min:max
and this works:
http://golf.alvkarleby.net:8080/Golf/search?start:list:date=2002-04-03%2000%
3A00%3A00&start:list:date=2002-04-03%2023%3A59%3A59&start_usage=rang
e:min:max
A path in ZCatalog looks like this;
path /Golf/Members/kansli/Bilder/Blandat/klubbhus.jpg
I guess that is part of the problem?
What is the right way to solve this?
Thanks.
/Magnus