[Zope] RESPONSE.redirect and 301

Jens Vagelpohl jens@zope.com
Thu, 2 May 2002 08:17:28 -0400


just tell it to do so.

RESPONSE.redirect( 'new/url/path', status=301 )

jens


On Thursday, May 2, 2002, at 06:30 , Ragnar Beer wrote:

> Howdy,
>
> as far as I can see RESPONSE.redirect sends a '302 Moved Temporarily'
> status in the header but I need to send a '301 Moved Permanently'. What do
> I have to do to send the latter status?
>
> Ragnar
>