Opened 19 years ago
Closed 19 years ago
#4349 closed defect (bug) (fixed)
Category-based permalinks broken in trunk
| Reported by: | markjaquith | Owned by: | ryan |
|---|---|---|---|
| Priority: | high | Milestone: | 2.3 |
| Component: | General | Version: | 2.3 |
| Severity: | major | Keywords: | category needs-patch permalink |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
(In [5576]) Fix category permalinks. Update cat_ID to term_id. fixes #4349 see #4189