Opened 14 years ago
Last modified 7 years ago
#20388 new defect (bug)
?cpage=N URLs do not have canonical redirection
| Reported by: | markjaquith | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Canonical | Version: | |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: |
Description
?cpage=N URLs aren't redirected to their pretty URL counterparts. They should be.
Attachments (1)
Change History (6)
#2
@
14 years 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
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)