I have a site behind Apache configured as follows:
ProxyPass http://foo.org:9081/VirtualHostBase/https/foo.org:443/plonesiteid/VirtualHostRoot/_vh_mysite
The home page is a collective.cover.content item type, and when accessing Zope directly at :9081 everything is fine. When going through Apache, I see that
I've debugged the collective.cover code all the way until the tiles are rendered, and in both cases the rendered HTML is exactly the same, with <div data-tile="@@tilename/tileid">. So the next step is the transform performed by plone.app.blocks, IIUC. When the URL is lacking a trailing slash the transform does nothing.
I'm using plone.app.blocks 2.2.1 on Plone 4.3.9. There are no errors in the logs.
I have a site behind Apache configured as follows:
The home page is a
collective.cover.contentitem type, and when accessing Zope directly at:9081everything is fine. When going through Apache, I see thatI've debugged the
collective.covercode all the way until the tiles are rendered, and in both cases the rendered HTML is exactly the same, with<div data-tile="@@tilename/tileid">. So the next step is the transform performed byplone.app.blocks, IIUC. When the URL is lacking a trailing slash the transform does nothing.I'm using
plone.app.blocks 2.2.1on Plone 4.3.9. There are no errors in the logs.