Hi, I'm running Plone-2.0.5/Zope-2.8.5 on Solaris together with Apache 2.2.2.
I have a mixture of static html pages offered directly by apache and some new folders that are served by plone via the apache proxy module. For the plone folders I use Proxypass /folder http://localhost:82/VirtualHostBase/http/mysite.de:80/dir/VirtualHostRoot/folder This works mainly as expected: I see the plone folder /dir/folder as http://mysite.de/folder. There only arises an issue with some of the portal_actions like sitemap, the feedback portlet or relative links: * If I put a relative link <a href="file.html">..</a> or <a href="./file.html">..</a> in /dir/folder/index.html I would expect that this link brings me to /dir/folder/file.html but the plone behaviour depends on how I call this page. If I follow the link http://mysite.de/folder the link points to http://mysite.de/file.html. If I follow http://mysite.de/folder/ I get http://mysite.de/folder/file.html All links to folders in the plone navigation work without the trailing /. Therefore I normally get the undesirable result http://mysite.de/file.html * This behavior is similar with some portal_actions like sitemap. If I follow the link http://mysite.de/folder the sitemap link on this page brings me to http://mysite.de/sitemap a link not known to my apache. If I follow the link http://mysite.de/folder/ the sitemap link brings me to http://mysite.de/folder/sitemap which exists in my plone folder. I already tried to change the configuration to Proxypass /folder http://localhost:82/VirtualHostBase/http/mysite.de:80/dir/VirtualHostRoot/folder/ but the trailing / doesn't change anything. Any ideas? Thanks in advance Michael _______________________________________________ Setup mailing list [email protected] http://lists.plone.org/mailman/listinfo/setup
