Can someone explain to me why this isn't a feed

This works fine as a feed
example: http://fithope.com/

This changes to the main site cutting off the category
example: http://fitnessthatsfun.com/categories/Sports.aspx

I can get a main site feed, but I would like a category feed as well. Can someone explain to me the difference and why it can’t pull feeds from the links?

May I get the link please? Every time I try to do it. It cuts off the category section and makes it the main site.

Site is actually providing one set of feeds:


<link rel="alternate" type="application/atom+xml" href="http://fithope.com/atom.aspx" title="Recent Entries Atom 1.0" />
<link rel="alternate" type="application/atom+xml" href="http://fithope.com/comments/atom.aspx" title="Recent Comments Atom 1.0" />
<link rel="alternate" type="application/rss+xml" href="http://fithope.com/rss2.aspx" title="Recent Entries RSS 2.0" />
<link rel="alternate" type="application/rss+xml" href="http://fithope.com/comments/rss2.aspx" title="Recent Comments RSS 2.0" />
<link rel="alternate" type="application/rss+xml" href="http://fithope.com/podcasts-only/rss2.aspx" title="Podcasts RSS 2.0" />

Now, they link that from every page so you think there are different feeds for each section. But they lie.

I was able to add both pages to my iGoogle feeds with no problem. However, they both look like ASPX pages, not RSS or XML pages so I don’t know why either of them worked for me.

Regardless, feeds are typically RSS or XML pages. you have an ASPX page that is pulling in an RSS or XML feed into it. You will need to pull directly from the source RSS or XML file.

-s