#3214 closed defect (bug) (fixed)
Permalink which starts with %category% breaks access to feeds via wp-{feedname}.php files
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 2.0.8 | Priority: | normal |
Severity: | normal | Version: | 2.1 |
Component: | Administration | Keywords: | rewrite has-patch commit |
Focuses: | Cc: |
Description
The feed files in the root of the wordpress install do not return the correct feeds with a permalink structure like /%category%/%year%/%postname%/ as the rewrite rules match the feed filename as a category and try and return a category archive feed for a non-existant category.
I found this while fixing #3188
Patch attached to fix this issue - including a required db dumb to ensure the rewrite rules are regenerated.
Attachments (2)
Change History (8)
#4
@
18 years ago
- Milestone changed from 2.1 to 2.0.8
- Resolution fixed deleted
- Status changed from closed to reopened
Mark J is a backport to 2.x possibly?
http://wordpress.org/support/topic/54840?replies=20
http://nslog.com/2007/01/10/sand_trap_misdirection_and_empty_feeds/
Note: See
TracTickets for help on using
tickets.
Fix wp-rewrite to handle these feeds correctly