Opened 14 months ago
Last modified 12 months ago
#20388 new defect (bug)
?cpage=N URLs do not have canonical redirection
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Future Release |
| Component: | Canonical | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | cklosowski@… |
Description
?cpage=N URLs aren't redirected to their pretty URL counterparts. They should be.
Change History (2)
- Cc cklosowski@… added
Version 0, edited 12 months ago
by cklosows
(next)
comment:2
SergeyBiryukov — 12 months ago
Seems to work for me as well.
Introduced in #7942:
http://core.trac.wordpress.org/browser/tags/3.3.2/wp-includes/canonical.php#L256
Note: See
TracTickets for help on using
tickets.

Tested on trunk build (3.4-beta4-20838) and this appears to be working.
http://localhost/wordpress/hello-world?cpage=2 -> http://localhost/wordpress/hello-world/comment-page-2/ (via a 301 redirect)