9 Dec
2003
9 Dec
'03
7:15 p.m.
Gilles Lenfant wrote at 2003-12-9 17:01 +0100:
I need all URLs of a Zope site to be temporarily redirected to an "under construction" page.
http://www.foo.com/any/path?any=query
-->
I would use an Apache Rewrite Rule for this...
I've tried through an access rule script but it seems that the request.RESPONSE.redirect(...) doesn't work in that case. Any idea ?
Use "raise 'Redirect', location" instead. -- Dieter