Opened 5 years ago
Closed 5 years ago
#4766 closed defect (bug) (fixed)
Different redirect behaviour when logged in/out
Reported by: | jonoaldersonwp | Owned by: | Otto42 |
---|---|---|---|
Milestone: | Priority: | high | |
Component: | Support Forums | Keywords: | seo analytics |
Cc: |
Description
It appears that the thread at https://wordpress.org/support/topic/real-bulsit/ was renamed from "real bulsit" to "really bad".
When I'm logged in, there's a 301 redirect from that URL to the new one (https://wordpress.org/support/topic/really-bad-17/).
When I'm logged out, I get a 404 page.
Assuming that this is a general pattern across all renamed posts, it's vitally important that the 301 should also trigger for logged-out users.
Change History (2)
Note: See
TracTickets for help on using
tickets.
Problem exists in the
disable_wp_old_slug_redirect
redirect code, which is supposed to stop redirection or spam and hidden topics and such, but appears to be overreaching here.