7 Jul
2002
7 Jul
'02
8:26 p.m.
VanL writes:
Is it possible, outside of hacking the Zope source, to have the base href set to some other string? Your options:
* include a "<base>" tag inside your generated page you know this option and for some reason, I do not understand, you think it is not adequate for you * use "RESPONSE.setBase" to provide the value for the base tag. You may consider to call this in a "SiteAccess" Access Rule. But, I doubt, it will be a good idea. Dieter