Forums

Feed not found error (4 posts)

  1. aldovega
    Member
    Posted 3 years ago #

    Hi, I have a problem with my feeds, it´s almost like a curse because everytime I`ve tried to make´em work I´ve had problems.

    Well, the thing is that I updated my blog (www.aldovega.com) and the feeds were working, then I activated FeedBurner FeedSmith plugin and it was working, but suddenly it stop updating the latest post, so I decided to not use feedburner anymore and I deleted the feeds from my account.

    Now, when I try to open my original feed source (http://www.aldovega.com/index.php/feed/) I get an error message from feedburner saying: "Feed not found error: FeedBurner cannot locate this feed URI." and I can´t find the original feed.

    What can I do? Please I need help with this.

  2. Shane G
    Member
    Posted 3 years ago #

    Hi,

    Please check your htaccess file of your blog/domain and check for this code:

    RewriteCond %{HTTP_USER_AGENT} !FeedBurner    [NC]
    RewriteCond %{HTTP_USER_AGENT} !FeedValidator [NC]
    RewriteRule ^feed/?([_0-9a-z-]+)?/?$ http://feeds2.feedburner.com/cats

    If this is there and remove it and have a check with your blog RSS..

    Thanks,

    Shane G.

  3. aldovega
    Member
    Posted 3 years ago #

    Thanks!, actually there is a similar code, but it`s not exactly like that, is says:

    RewriteEngine On
    RewriteCond %{HTTP_HOST} ^aldovega\.com$ [NC]
    RewriteRule ^(.*)$ http://www.aldovega.com/$1 [R=301,L]

    Should I delete?

    Thanks for your answer!

  4. aldovega
    Member
    Posted 3 years ago #

    I deleted it, but it seems like that´s not the problem.
    I guess that something is still redirecting the feed to Feedburner, that´s why whenever I try to reach:

    http://www.aldovega.com/index.php/feed/

    it takes me to:

    http://feeds2.feedburner.com/aldovegacom

    Any more ideas? Please!

Topic Closed

This topic has been closed to new replies.

About this Topic