emf wrote:
>
> I do this in the access rule.
>
> <dtml-if "condition">
> <dtml-call "REQUEST.set('SiteRootBASE','some-value')">
> </dtml-if>
Shouldn't that access rule be a Python Script:
if condition:
REQUEST.set('SiteRootBASE','some-value')
*grinz*
Chris