> 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?