having a problem getting the absolute_url or portal_url within a CMF site. We have a framed site that puts a ZOPE CMF site in one frame when needed. When the frame is first loaded all the links point to "mysite:8200" instead of where the ZOPE instance is being run "mysite:8300". If I right click on the zope frame and reload I get the correct links but loading it from another frame breaks the link reference. Is there another way to get the url? _________________________________________________________________ Tired of spam? Get advanced junk mail protection with MSN 8. http://join.msn.com/?page=features/junkmail
Michael Havard wrote:
having a problem getting the absolute_url or portal_url within a CMF site.
We have a framed site that puts a ZOPE CMF site in one frame when needed. When the frame is first loaded all the links point to "mysite:8200" instead of where the ZOPE instance is being run "mysite:8300". If I right click on the zope frame and reload I get the correct links but loading it from another frame breaks the link reference. Is there another way to get the url?
Sounds like you have some broken Apache rewriting or some such going on... cheers, Chris
participants (2)
-
Chris Withers -
Michael Havard