Make WordPress Core

Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#14693 closed defect (bug) (invalid)

invalid rss feed, feed URL produces 404 error

Reported by: eljayesse's profile eljayesse Owned by:
Milestone: Priority: normal
Severity: normal Version: 3.0
Component: Feeds Keywords: rss feed, feed url
Focuses: Cc:

Description

Dear wordpress trac team,

the url http://vow.grainofgold.com/feed/ produces a 404 error.

I haven't changed any of the codes regarding it in theme Oulipo...
...where shall I look further? Thanks for your assistance!

<link rel="alternate" type="application/atom+xml" title="<?php bloginfo('name'); ?> Atom" href="<?php bloginfo('atom_url'); ?>" />

<link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS" href="<?php bloginfo('rss2_url'); ?>" />

<link rel="EditURI" type="application/rsd+xml" title="RSD" href="<?php bloginfo('url'); ?>/xmlrpc.php?rsd" />

Change History (2)

#1 @peaceablewhale
14 years ago

  • Resolution set to invalid
  • Status changed from new to closed

http://vow.grainofgold.com/feed/ now returns a valid RSS feed. Closing this report as invalid.

#2 @nacin
14 years ago

  • Milestone Awaiting Review deleted
Note: See TracTickets for help on using tickets.