Ticket #3214 (closed defect (bug): fixed)
Permalink which starts with %category% breaks access to feeds via wp-{feedname}.php files
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 2.0.8 |
| Component: | Administration | Version: | 2.1 |
| Severity: | normal | Keywords: | rewrite has-patch commit |
| 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
Change History
-
attachment
fix-feed-rewrite-rules.diff
added
- Status changed from assigned to closed
- Resolution set to fixed
comment:4
foolswisdom — 5 years ago
- Status changed from closed to reopened
- Resolution fixed deleted
- Milestone changed from 2.1 to 2.0.8
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/
comment:6
markjaquith — 5 years ago
- Status changed from reopened to closed
- Resolution set to fixed
Note: See
TracTickets for help on using
tickets.

Fix wp-rewrite to handle these feeds correctly