[Zope] RE : Redirect when not authenticated

Frederic Quin frederic.quin@free.fr
Fri, 7 Jul 2000 13:20:48 +0200


Hi,

I am not sure to understand your problem but maybe you can use the following
meta HTML tag which redirect the user where you want...


<head>
<meta http-equiv="Refresh" CONTENT="0 ; URL=new_url_html">
</head>


If the DTML Method containing those lines is in a secured folder, you can add a
Proxy Manager Role to your method...


I Hope to be helpful
Fred