<br><font size=3>Hi, all,<br>
</font>
<br><font size=3>I know this isn't a Plone list, but I have what I think
is a general question that also relates to Zope. </font>
<br><font size=3><br>
I'm trying to intercept the 404 error in a Plone website and redirect the
user to another page/website .<br>
<br>
I have already tried to put something like this<br>
<br>
&nbsp;&nbsp; &lt;tal:block tal:define=&quot;dummy<br>
python:request.RESPONSE.redirect('http://www.google.be')&quot;/&gt;<br>
<br>
in&nbsp; /portal_skins/custom/default_error_message but it seems that won't
work<br>
because at that point it's too late to send a redirect.<br>
<br>
What can I do to achieve a redirect ?<br>
<br>
Thanks in advance<br>
<br>
Bert De Ridder<br>
</font>