31 Aug
2001
31 Aug
'01
6 p.m.
Peter Bengtsson writes:
Can you not use the absolute_url() method? It takes SiteRoots into account which no other good solution does. If you have access too "Allen" in the aquisition path, you should definitly use abolsute_url()
RESPONSE.redirect(Allen.menu.absolute_url()) I heavily use acquisition to access pages (e.g. to add language context). "absolute_url" breaks with this usage, as it is based on physical paths and the access paths. I use the "URLi" request variables whenever I need to construct absolute URLs.
Dieter