[wp-trac] [WordPress Trac] #8970: wp_redirect() ignores status
parameter?
WordPress Trac
wp-trac at lists.automattic.com
Tue Jan 27 10:43:56 GMT 2009
#8970: wp_redirect() ignores status parameter?
-------------------------------+--------------------------------------------
Reporter: Denis-de-Bernardy | Owner: anonymous
Type: defect (bug) | Status: new
Priority: normal | Milestone: 2.7.1
Component: General | Version: 2.7
Severity: major | Keywords:
-------------------------------+--------------------------------------------
if you use wp_redirect($location, 301), it doesn't send the following,
does it?
{{{
header('HTTP/1.1 301 Moved Permanently');
header('Status: 301 Moved Permanently');
}}}
--
Ticket URL: <http://trac.wordpress.org/ticket/8970>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list