Opened 6 years ago
Closed 5 years ago
#4326 closed defect (bug) (fixed)
Support forum URLs should enforce a trailing slash via a 301 redirect
Reported by: | jonoaldersonwp | Owned by: | dd32 |
---|---|---|---|
Milestone: | Priority: | low | |
Component: | Support Forums | Keywords: | seo analytics close |
Cc: |
Description
E.g., https://wordpress.org/support/view/plugin-committer/corylamleorg should 301 to https://wordpress.org/support/view/plugin-committer/corylamleorg/
https://wordpress.org/support/view/plugin-committer/corylamleorg/page/2 should 301 to https://wordpress.org/support/view/plugin-committer/corylamleorg/page/2/.
https://wordpress.org/support/view/no-replies should 301 to https://wordpress.org/support/view/no-replies/
Change History (6)
This ticket was mentioned in Slack in #meta by tellyworth. View the logs.
6 years ago
This ticket was mentioned in Slack in #forums by clorith. View the logs.
5 years ago
#6
@
5 years ago
- Resolution set to fixed
- Status changed from accepted to closed
Confirmed that this has since been fixed.
❯ curl -I https://wordpress.org/support/view/plugin-committer/corylamleorg HTTP/2 301 <snip> location: https://wordpress.org/support/view/plugin-committer/corylamleorg/ ❯ curl -I https://wordpress.org/support/view/plugin-committer/corylamleorg/page/2 HTTP/2 301 <snip> location: https://wordpress.org/support/view/plugin-committer/corylamleorg/page/2/
Note: See
TracTickets for help on using
tickets.
This seems to already be in effect. Please close.