• I cannot find my RSS feeds. The site is http://www.melstarrs.com/elemental

    It’s been a bit of a saga. I noticed the other day that my comments were somehow being redirected to feedblitz, so I uninstalled the subscription widget and upgraded to 2.1.1 whilst I was there. I also found a new plug-in (which I don’t think is causing the problem as I’ve tried switching it off and on again and it made no difference but if it’s relevant it’s Draft Control http://www.kenvillines.com/archives/000098.html)
    The comments now work fine but I’ve lost my RSS feed. I get a 404 error.

    I’ve reinstalled Feedblitz subscription and the comments are still fine, so I don’t think it’s anything related to that.

    From reading around the forums I think the htaccess file might be the problem (http://wordpress.org/support/topic/96418?replies=7 for instance) but I’m a bit stumped.

    My htaccess reads:

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /elemental/
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /elemental/index.php [L]
    </IfModule>

    # END WordPress

    Can someone please help me find my rss feeds?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator Samuel Wood (Otto)

    (@otto42)

    WordPress.org Admin

    It looks like your feed is redirecting to feedburner, but is not directly accessible. Do you have any feedburner plugins installed?

    Also, your site itself is not loading for me. Something on the right sidebar causes a major hang and the page never comes up.

    Thread Starter melstarrs

    (@melstarrs)

    The feedburner plug-in is installed, I think the problem lies with the rss generated on the site side of things.

    The site itself seems fine this end (in firefox)

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘RSS feeds have vanished’ is closed to new replies.