[Zope] SSL + ProxyPass + Zope question...

Stephan Göldi Stephan Göldi
Tue, 7 Aug 2001 09:11:24 +0200


> This is untested, but something like this might do what you want:
> 
> <dtml-if expr="_.string.find(URL, '/manage') > -1">
> <dtml-call "RESPONSE.redirect('https:' + URL[5:])">
> <dtml-return "'REDIRECTING.. to secure port.. '">
> </dtml-if>

Interesting. Where do I have to place it?