Opened 16 years ago
Closed 16 years ago
#4349 closed defect (bug) (fixed)
Category-based permalinks broken in trunk
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 2.3 | Priority: | high |
Severity: | major | Version: | 2.3 |
Component: | General | Keywords: | category needs-patch permalink |
Focuses: | Cc: |
Description
Category-based permalinks are broken in trunk (as of revision [5570])
Example permalink structure:
/index.php/%category%/%postname%/
Expected permalink:
http://example.com/index.php/cat-nicename/post-nicename/
Actual permalink:
http://example.com/index.php//post-nicename/
Also: typing the expected permalink into the address bar gives 404.
Note: See
TracTickets for help on using
tickets.
(In [5576]) Fix category permalinks. Update cat_ID to term_id. fixes #4349 see #4189