For the record, i fixed this by putting: <dtml-if "URL[:5] == 'http:'"> <dtml-raise MovedPermanently><dtml-var expr="'https:' + URL[5:]"></dtml-raise> </dtml-if> At the beginning of the 'docLogin' dtml method. Only a <dtml-raise> tag worked, other attempts at redirection failed. -Mark