Opened 12 months ago
Last modified 11 months ago
#21020 closed defect (bug)
Passing query parameters via URL — at Version 2
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.4.1 |
| Component: | Rewrite Rules | Version: | 3.4 |
| Severity: | major | Keywords: | has-patch needs-testing |
| Cc: |
Description (last modified by ocean90)
It seems that Wordpress 3.4 is no longer supporting the "default" permalinks for posts alongside the "%postname%'" permalink structure.
Please take a look at this (in the wordpress forums) for more info: http://wordpress.org/support/topic/permalink-structure-no-longer-works/page/2?replies=38#post-2911028
Change History (2)
Note: See
TracTickets for help on using
tickets.
I can confirm this.
Permalink setting: /%post_id%/%postname%/
In 3.3 you could also use domain.com/%post_id%/ which shows the same post as with domain.com/%post_id%/%postname%/. But it doesn't did a redirect.
In 3.4 domain.com/%post_id%/ throws 404.
IMO domain.com/%post_id%/ should redirect too domain.com/%post_id%/%postname%/.