[Zope] Setting base_href to another url?
   
    Dieter Maurer
     
    dieter@handshake.de
       
    Sun, 7 Jul 2002 22:26:57 +0200
    
    
  
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