• I am going round and round with feedburner and my host. Both are blaming WP. When trying to burn a feed, feedburner autodiscovers the feed but when I actually try to burn it, it returns a 404:null error. Here is my last message from feedburner:
    ” have ran this by a few others hear at FeedBurner. You probably need to resolve this in your WordPress installation. If the autodiscover tags do in fact provide the correct address for your feed, then you need to determine why it returns a 404 error. Alternatively, if there is another address for your feed, you can put it in directly. Again, that would be driven by your WordPress installation.”

    I have burned many feedes and this is the first time this has happened. I still don’t think it’s WP but has anyone else had this problem and solved it?

Viewing 7 replies - 1 through 7 (of 7 total)
  • Without a link, hard to say, but I’d start by disabling any feedburner plugins (or .htaccess redirections) and ensuring that your feed, as provided by the blog, looks right and validates.

    Thread Starter mlogos

    (@mlogos)

    Here is my .htaccess file:

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

    # END WordPress

    I have no feedburner plugins activated. The feeds will come up in a browser and look just the same in header.php as every other blog I have (except for the domain name of course).

    Thread Starter mlogos

    (@mlogos)

    Sorry – I forgot to give you the url – https://articlesonblogging.wordpressguru.com/blog/

    Discovery means that it found:
    https://www.articlesonblogging.com/blog/?feed=rss2 in your blog’s header.

    However, browsing to that url results in a blank page — which is clearly the real issue!

    You might try disabling all plugins. You might also check your web server’s error logs and see if there’s anything being reported.

    Moderator Samuel Wood (Otto)

    (@otto42)

    www.remarpro.com Admin

    How about actually making posts other than the default one before you try to get a feed?

    Thread Starter mlogos

    (@mlogos)

    Who knew! Thank you for your great suggestions. I DID make a post and the feed burned. I was just doing it bass-ackwards. I was trying to get all the ancillary stuff finished before really getting into the theme, plugins, posting, etc.

    BTW HandySolo – I aksed my host about server logs and where to find them. The reply was that since they now use their own 404 pages and don’t allow users to create their own, the logs aren’t much use because a 200 will create a 404 entry.

    Huh??? I LOVE tech support! <G>

    Cathy

    As always, I forget that little wrinkle. Thanks Otto42 ??

    And wow, that’s an interesting approach to avoiding log access. Sheesh.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Feedburner: Unable to burn feed’ is closed to new replies.