• I tried opening my /feed/ at http://www.blogzter.com/feed/ and it is giving mea page not found.. i checked the wp-feed and wp-load and the rest of the files are the same as in the original (Version 2.9.2) for some reason the feed is missing. I am not running any plugins for the feed and I have WP super cache disabled.

    I have a feedburner account but it doesnt seem to be the problem as i did it manually. It was working as I can see the post that I made before quite some time is still in the feedburner feed:
    http://feeds.feedburner.com/VladimirHristov

    Any suggestions? It is important that I solve this.

Viewing 13 replies - 1 through 13 (of 13 total)
  • Oeps, I have the same but in a new blog and I am looking for a solution also. It is strange that you changed nothing, you even didn’t change the links to permalinks?

    blogzter
    might give this a whirl
    http://wordpress.org/extend/plugins/fix-rss-feed/

    Jelskedei
    your feed is here
    http://blog.jelskeboonstra.nl/?feed=rss2

    No, My feed is at another blog: http://www.jelskeboonstra-ontwerp.nl

    try the plugin 1st

    I tried the fix-rss-feed, but nothing changed. The feed still cannot find a page.

    Thread Starter blogzter

    (@blogzter)

    I tried the plugin too.. If found some blank lines and said it fixed them.. still nothing changed.

    My comments feed is working, but my regular one doesn’t.
    I have spent 3 hours already digging the forum and some other places for an answer…

    Any other suggestions will be appreciated.

    the only other thing to suggest is switch permalinks back to default
    test if it works now
    if so, try re-setting your custom permalinks

    Thread Starter blogzter

    (@blogzter)

    I tried that and what i end up with is hostgator’s generic 404 …

    I can feel there should be an easy solution to that.
    Does this give you any ideas?

    I get it now http://www.blogzter.com/feed/ with the default permalink structure in place so you can just see it.

    Let me know what you think.. If not i dont know maybe i will have to reinstall again and go over. Still i feel there is a solution .

    Thread Starter blogzter

    (@blogzter)

    when I say i get it -> i mean the error. it is still not working

    Thread Starter blogzter

    (@blogzter)

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

    # END WordPress
    Options +FollowSymLinks
    RewriteEngine on
    RewriteCond %{HTTP_HOST} ^blogzter\.com
    RewriteRule ^(.*) http://www.blogzter.com/$1 [R=301,L]
    RewriteCond %{HTTP_REFERER} !^$
    RewriteCond %{HTTP_REFERER} !^http://(www\.)?blogzter.com/.*$ [NC]

    this is the content of my htaccess

    When I change the permalinks into default, it’s ok, but when I change them back to %postname%, he cannot find the page. What is the best to do, change something in the php?

    This is the php code:
    <?php if (is_single() OR is_page() ) { ?><link rel=”canonical” href=”<?php the_permalink(); ?>” /><?php } ?>
    <link rel=”alternate” type=”application/rss+xml” title=”<?php bloginfo(‘name’); ?> RSS Feed” href=”<?php bloginfo(‘rss2_url’); ?>” />
    <link rel=”alternate” type=”application/atom+xml” title=”<?php bloginfo(‘name’); ?> Atom Feed” href=”<?php bloginfo(‘atom_url’); ?>” />

    Hi Blogzter,
    How are you doiing? I still have the same problem and found untill now no solution. If you find one, please write it here. I read the whole forum about RSS feed and permalinks and saw there are many problems and many solutions. But nothing was helpfull to me.

Viewing 13 replies - 1 through 13 (of 13 total)

The topic ‘RSS Error Please Help’ is closed to new replies.