Opened 3 years ago
Closed 3 years ago
#12508 closed defect (bug) (fixed)
Custom taxonomy permalinks broken
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.0 |
| Component: | Rewrite Rules | Version: | 3.0 |
| Severity: | normal | Keywords: | has-patch commit |
| Cc: |
Description
Using this permalink structure: /index.php/%year%/%monthnum%/%postname%/
/index.php/tax/slug (404)
/index.php?tax=slug (works)
get_term_link() returns /index.phptax/slug (also 404)
Previous work: #11061
Attachments (2)
Change History (8)
- Component changed from General to Rewrite Rules
- Keywords has-patch added
- Owner set to ryan
- Keywords commit added
It seems fixing the double slashing also fixes the rewrite rules.
Note: See
TracTickets for help on using
tickets.

Sort of related: #10786