[wp-meta] [Making WordPress.org] #2671: Forums: Archived topics can redirect to another topic
Making WordPress.org
noreply at wordpress.org
Fri Apr 21 22:42:12 UTC 2017
#2671: Forums: Archived topics can redirect to another topic
----------------------------+-----------------------------
Reporter: SergeyBiryukov | Owner: SergeyBiryukov
Type: defect | Status: reopened
Priority: normal | Milestone:
Component: Support Forums | Resolution:
Keywords: |
----------------------------+-----------------------------
Comment (by netweb):
The code in [5280] is checking the topic for conditional `is_404()`, as
shown in curl here it shows a `301` redirect from
`https://wordpress.org/support/topic/help-me-75/` to
`https://wordpress.org/support/topic/help-me-63/`
{{{
curl -I https://wordpress.org/support/topic/help-me-75/
HTTP/1.1 301 Moved Permanently
Server: nginx
Date: Fri, 21 Apr 2017 22:35:25 GMT
Content-Type: text/html; charset=UTF-8
Connection: keep-alive
Strict-Transport-Security: max-age=360
X-Olaf: ⛄
Expires: Wed, 11 Jan 1984 05:00:00 GMT
Cache-Control: no-cache, must-revalidate, max-age=0
Location: https://wordpress.org/support/topic/help-me-63/
X-Frame-Options: SAMEORIGIN
X-nc: MISS lax 249
}}}
Thinking bbPress might need some additional support for custom statuses
here :thinking:
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/2671#comment:7>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list