Title: RSS Feed Problems
Last modified: August 18, 2016

---

# RSS Feed Problems

 *  Resolved angmi90
 * [21 years, 6 months ago](https://wordpress.org/support/topic/rss-feed-problems/)
 * When I try to read my blog thru a RSS newsreader called NewsGator, it comes up
   with an error saying “The underlying connection was closed: The server committed
   an HTTP protocal violation.” It never did this until 2 days ago and now I can’t
   read my blog via my RSS reader, what’s wrong here?
    My blog is located at [http://techblog.windowsatoz.com](http://techblog.windowsatoz.com)
   if that helps. Thanks. Alex

Viewing 15 replies - 1 through 15 (of 36 total)

1 [2](https://wordpress.org/support/topic/rss-feed-problems/page/2/?output_format=md)
[3](https://wordpress.org/support/topic/rss-feed-problems/page/3/?output_format=md)
[→](https://wordpress.org/support/topic/rss-feed-problems/page/2/?output_format=md)

 *  [lbessant](https://wordpress.org/support/users/lbessant/)
 * (@lbessant)
 * [21 years, 6 months ago](https://wordpress.org/support/topic/rss-feed-problems/#post-92620)
 * Might be an issue with NewsGator, perhaps? I just checked using RssReader ([http://www.rssreader.com/](http://www.rssreader.com/))
   and it connected to the feed without any trouble at all….
 *  Thread Starter Anonymous
 * [21 years, 6 months ago](https://wordpress.org/support/topic/rss-feed-problems/#post-92804)
 * I’m having the same issue, but not just with NewsGator. I’ve tried SharpReader
   and Sauce Reader and its not just my blog, all wordpress blogs in my RSS software
   are doing it, Any ideas? maybe a service pack 2 issue or a .net framework issue?
 *  Thread Starter Anonymous
 * [21 years, 6 months ago](https://wordpress.org/support/topic/rss-feed-problems/#post-92830)
 * my blog is in spanish… and the rss doesn’t work…
    i try to see the file in explorer
   [http://olivieri.tx.com.ru/wp/wp-rss2.php](http://olivieri.tx.com.ru/wp/wp-rss2.php)
   and it says that the Ã¡,Ã©,Ã­,Ã³,Ãº,..etc are no valid characters or something
   like that… how can i fix this??? help plz
 *  [newuser](https://wordpress.org/support/users/newuser/)
 * (@newuser)
 * [21 years, 6 months ago](https://wordpress.org/support/topic/rss-feed-problems/#post-92859)
 * My rss feeds aren’t working in yahoo or in newsgator. They both state that it
   could not find a valid rss or rdf file.
    radio userland also can’t read the feed“
   Can’t subscribe to the channel. The most likely cure is to check the URL in a
   web browser and see if you can get it to read the feed. The following message
   probably won’t help you figure out what went wrong, but we include it here because
   it might. “rssAutoDetect” “ Any ideas?
 *  [jpabad](https://wordpress.org/support/users/jpabad/)
 * (@jpabad)
 * [21 years, 6 months ago](https://wordpress.org/support/topic/rss-feed-problems/#post-92862)
 * In looking at the result of my wp-rss2, I see that within content:encoded there
   is a <![CDATA[ before the actual blog content and ]]> after it. I don’t see this
   on my friend’s wordpress installation. I’m guessing he’s not running full feeds.
   
   End result is the same though, I’m using sauce reader and i’m unable to read 
   my rss feed or anyone else who is running WordPress. Which sadly, due to my evangelism
   is pretty much everyone who isn’t on livejournal. Even though it looks like various
   readers are having problems, I’m going to pursue a resolution to this on the 
   Sauce Reader forums in case its a problem with the program.
 *  [otherdave](https://wordpress.org/support/users/otherdave/)
 * (@otherdave)
 * [21 years, 6 months ago](https://wordpress.org/support/topic/rss-feed-problems/#post-92896)
 * I’m having the same problem with Sharpreader as the original poster. Anyone found
   the problem yet?
 *  Thread Starter Anonymous
 * [21 years, 6 months ago](https://wordpress.org/support/topic/rss-feed-problems/#post-92901)
 * I am also getting this problem. Feedster validates the feed, but Sharpreader 
   doesn’t like it. I sent a bug report to Carl Hutteman who wrote Sharpreader to
   see if he could shed some light on the problem
 *  Thread Starter Anonymous
 * [21 years, 5 months ago](https://wordpress.org/support/topic/rss-feed-problems/#post-92913)
 * I use NewsGator, and my feed used to work, but for the last couple of weeks it
   hasn’t. I also get the error “Error: The underlying connection was closed: The
   server committed an HTTP protocol violation.”
 *  Thread Starter Anonymous
 * [21 years, 5 months ago](https://wordpress.org/support/topic/rss-feed-problems/#post-92914)
 * I’ve got problems with 404s and feeds. The 2 default URLs ([http://endeavour.zapto.org/astro73/blog/feed/rss2/](http://endeavour.zapto.org/astro73/blog/feed/rss2/)
   and [http://endeavour.zapto.org/astro73/blog/comments/feed/rss2/)](http://endeavour.zapto.org/astro73/blog/comments/feed/rss2/))
   I have not changed, but according to my server they don’t exist (and they don’t,
   nor are they in my local clean copy).
    Does .htaccess need to be enabled and 
   present for this to work? And if yes, what does it need to be?
 *  Thread Starter Anonymous
 * [21 years, 5 months ago](https://wordpress.org/support/topic/rss-feed-problems/#post-92918)
 * I’m pretty sure the problem is that the feeds are sending out a malformed HTTP
   header (“Last Modified” as opposed to “Last-Modified”.) Anyone running the .Net
   framework 1.1 with SP1 will see this error.
 *  Thread Starter Anonymous
 * [21 years, 5 months ago](https://wordpress.org/support/topic/rss-feed-problems/#post-92919)
 * Yep – the post above got it right. Change the following code to fix the problem:
   
   Replace line 87 of wp-blog-header.php with: [@header](https://wordpress.org/support/users/header/)(‘
   Last-Modified: ‘.$wp_last_modified); Worked for me.
 *  Thread Starter Anonymous
 * [21 years, 5 months ago](https://wordpress.org/support/topic/rss-feed-problems/#post-92921)
 * I could be wrong, but I think that wp-1.2.1 addresses this.
    I have a newly-upgraded
   version of wp and it reads the correct “Last-Modified”, not “Last Modified”.
 *  [kelson](https://wordpress.org/support/users/kelson/)
 * (@kelson)
 * [21 years, 4 months ago](https://wordpress.org/support/topic/rss-feed-problems/#post-92932)
 * It’s still broken in WP 1.2.1, but fixed in CVS.
 *  [oneafrikan](https://wordpress.org/support/users/oneafrikan/)
 * (@oneafrikan)
 * [21 years, 2 months ago](https://wordpress.org/support/topic/rss-feed-problems/#post-92944)
 * Thanks guys – that worked for me with Newsgator.
 *  [budiselich](https://wordpress.org/support/users/budiselich/)
 * (@budiselich)
 * [21 years, 2 months ago](https://wordpress.org/support/topic/rss-feed-problems/#post-92945)
 * I am trying to validate my rss feed but having problems. Here are the errors 
   I get:
 * This feed does not validate.
 *  *
 *  Feeds should not be served with the “text/html” media type [help]
 *  *
 *  Your feed appears to be encoded as “utf-8”, but your server is reporting “US-
   ASCII” [help]
 *  *
 *  line 2, column 0: XML Parsing error: <unknown>:2:0: xml declaration not at start
   of external entity [help]
 * <?xml version=”1.0″ encoding=”UTF-8″?>
 * Source: [http://www.virtualtheology.org/wp-rss2.php](http://www.virtualtheology.org/wp-rss2.php)
 *  1.
    2. <?xml version=”1.0″ encoding=”UTF-8″?>
 * Any suggestions?
 * Mark

Viewing 15 replies - 1 through 15 (of 36 total)

1 [2](https://wordpress.org/support/topic/rss-feed-problems/page/2/?output_format=md)
[3](https://wordpress.org/support/topic/rss-feed-problems/page/3/?output_format=md)
[→](https://wordpress.org/support/topic/rss-feed-problems/page/2/?output_format=md)

The topic ‘RSS Feed Problems’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 36 replies
 * 23 participants
 * Last reply from: [fpg](https://wordpress.org/support/users/fpg/)
 * Last activity: [19 years, 2 months ago](https://wordpress.org/support/topic/rss-feed-problems/page/3/#post-93057)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
