Title: RSS feed problem
Last modified: August 19, 2016

---

# RSS feed problem

 *  [lrn08](https://wordpress.org/support/users/lrn08/)
 * (@lrn08)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/rss-feed-problem-18/)
 * Hi,
 * My RSS feed (Feedburner) is not working and will not validate when I try to fix
   it at Feedburner. My feed address is [http://feeds.feedburner.com/SweetFinds](http://feeds.feedburner.com/SweetFinds).
   Below is the error message I get. I’m not a web designer, so I’m not quite sure
   how to fix it/what code needs to be fixed. Any suggestions? Thanks!
 *  *
 *  Server returned HTTP Error 404: Not Found [help]
 * Source: [http://www.sweetfindsblog.com/posts/feed](http://www.sweetfindsblog.com/posts/feed)
 *  1. <?xml version=”1.0″ encoding=”UTF-8″?>
    2. <rss version=”2.0″ 3. xmlns:content
   =”[http://purl.org/rss/1.0/modules/content/&#8221](http://purl.org/rss/1.0/modules/content/&#8221);
   4. xmlns:wfw=”[http://wellformedweb.org/CommentAPI/&#8221](http://wellformedweb.org/CommentAPI/&#8221);
   5. xmlns:dc=”[http://purl.org/dc/elements/1.1/&#8221](http://purl.org/dc/elements/1.1/&#8221);
   6. xmlns:atom=”[http://www.w3.org/2005/Atom&#8221](http://www.w3.org/2005/Atom&#8221);
   7. xmlns:sy=”[http://purl.org/rss/1.0/modules/syndication/&#8221](http://purl.org/rss/1.0/modules/syndication/&#8221);
   8. xmlns:slash=”[http://purl.org/rss/1.0/modules/slash/&#8221](http://purl.org/rss/1.0/modules/slash/&#8221);
   9. > 10. 11. <channel> 12. <title>Sweet Finds » Page not found</title> 13. <atom:
   link href=”[http://www.sweetfindsblog.com/posts/feed&#8221](http://www.sweetfindsblog.com/posts/feed&#8221);
   rel=”self” type=”application/rss+xml” /> 14. <link>[http://www.sweetfindsblog.com</link&gt](http://www.sweetfindsblog.com</link&gt);
   15. <description>Creative ideas for your gift list — and your wish list</description
   > 16. <lastBuildDate>Thu, 15 Oct 2009 22:09:59 +0000</lastBuildDate> 17. <generator
   >[http://wordpress.org/?v=2.8.4</generator&gt](http://wordpress.org/?v=2.8.4</generator&gt);
   18. <language>en</language> 19. <sy:updatePeriod>hourly</sy:updatePeriod> 20.
   <sy:updateFrequency>1</sy:updateFrequency> 21. </channel> 22. </rss>

Viewing 4 replies - 1 through 4 (of 4 total)

 *  [jkovis](https://wordpress.org/support/users/jkovis/)
 * (@jkovis)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/rss-feed-problem-18/#post-1249636)
 * >[http://www.sweetfindsblog.com/posts/feed](http://www.sweetfindsblog.com/posts/feed)
   —
   I get a 404 (page not found) error when I try to open this page too
 * [http://www.sweetfindsblog.com/feed/](http://www.sweetfindsblog.com/feed/) works
   however
 *  Thread Starter [lrn08](https://wordpress.org/support/users/lrn08/)
 * (@lrn08)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/rss-feed-problem-18/#post-1249673)
 * Yes, the second feed does seem to work, though it doesn’t validate in Feedburner.
 * Anyone have any suggestions on how to fix this problem?
 * I’m actually getting a different message when I try to validate [http://feeds.feedburner.com/SweetFinds](http://feeds.feedburner.com/SweetFinds)
   in Feedburner now:
 * This feed does not validate.
 *  *
 *  line 1, column 0: XML parsing error: <unknown>:18:2: no element found [help]
 *  <?php
 * In addition, interoperability with the widest range of feed readers could be 
   improved by implementing the following recommendation.
 *  *
 *  Feeds should not be served with the “application/x-httpd-php5” media type [help]
 * Source: [http://feeds.feedburner.com/SweetFinds](http://feeds.feedburner.com/SweetFinds)
 *  1. <?php
    2. /** 3. * Front to the WordPress application. This file doesn’t 
   do anything, but loads 4. * wp-blog-header.php which does and tells WordPress
   to load the theme. 5. * 6. * [@package](https://wordpress.org/support/users/package/)
   WordPress 7. */ 8. 9. /** 10. * Tells WordPress to load the WordPress theme and
   output it. 11. * 12. * [@var](https://wordpress.org/support/users/var/) bool 
   13. */ 14. define(‘WP_USE_THEMES’, true); 15. 16. /** Loads the WordPress Environment
   and Template */ 17. require(‘./wp-blog-header.php’); 18. ?>
 *  [jkovis](https://wordpress.org/support/users/jkovis/)
 * (@jkovis)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/rss-feed-problem-18/#post-1249683)
 * did you replace [http://www.sweetfindsblog.com/posts/feed/](http://www.sweetfindsblog.com/posts/feed/)
   with [http://www.sweetfindsblog.com/feed/](http://www.sweetfindsblog.com/feed/)
   in Feedburner?
 * I just did a quick test with [http://www.sweetfindsblog.com/feed/](http://www.sweetfindsblog.com/feed/)
   and feedburner recognized it fine:
 * [http://feeds.feedburner.com/sweetfindsblog/vYSE](http://feeds.feedburner.com/sweetfindsblog/vYSE)
 *  Thread Starter [lrn08](https://wordpress.org/support/users/lrn08/)
 * (@lrn08)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/rss-feed-problem-18/#post-1249703)
 * Weird — I hadn’t replaced it before, but I did just now, and everything works
   perfectly again. Thank you, thank you, thank you! I really appreciate it.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘RSS feed problem’ is closed to new replies.

## Tags

 * [Coding](https://wordpress.org/support/topic-tag/coding/)
 * [feed validation](https://wordpress.org/support/topic-tag/feed-validation/)
 * [feedburner](https://wordpress.org/support/topic-tag/feedburner/)
 * [RSS](https://wordpress.org/support/topic-tag/rss/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 4 replies
 * 2 participants
 * Last reply from: [lrn08](https://wordpress.org/support/users/lrn08/)
 * Last activity: [16 years, 7 months ago](https://wordpress.org/support/topic/rss-feed-problem-18/#post-1249703)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
