RESPONSE.redirect and 301
2 May
2002
2 May
'02
10:30 a.m.
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
2 May
2 May
12:17 p.m.
New subject: [Zope] RESPONSE.redirect and 301
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
8739
Age (days ago)
8739
Last active (days ago)
1 comments
2 participants
participants (2)
-
Jens Vagelpohl -
Ragnar Beer