Opened 5 years ago
Closed 4 years ago
#4970 closed defect (bug) (fixed)
Misc Codex 302 redirects
Reported by: | jonoaldersonwp | Owned by: | |
---|---|---|---|
Milestone: | Priority: | lowest | |
Component: | Codex | Keywords: | seo |
Cc: |
Description
The following URLs redirect via a 302.
These (and any I've not caught) should be changed to a 301.
- https://codex.wordpress.org/Security_FAQ
- https://codex.wordpress.org/Version_2.6
- https://codex.wordpress.org/Version_2.7
- https://codex.wordpress.org/Version_5.3
- https://codex.wordpress.org/Theme_Review
- https://codex.wordpress.org/Special:Random
- https://codex.wordpress.org/WordPress_in_Your_Language
Change History (2)
Note: See
TracTickets for help on using
tickets.
Those should be 301's. The code which does the DotorgRedirect is as follows:
header('Location: '.$url, true, 301);
So, if they're 302's, then something at the server level is overriding it, which I do not have access to.