Forums

[resolved] Feed Gone /Rewrite Problem? (5 posts)

  1. deus62
    Member
    Posted 10 months ago #

    Hi everyone,

    I'm using a Theme -> child theme setup. I just noticed now that none of my feed addresses work. Both of the below lead to either completely empty pages or various error messages, depending on browser and program used (not found, busy, empty ... you name it, I've read it).

    http://xxxyyy.com/feed/
    http://xxxyyy.com/comments/feed/

    I'm using a permalink structure of
    /%post_id%/%postname%/

    Before I look any further, is there anything in the following .htaccess that could be causing this?


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

    # END WordPress

  2. danielascher
    Member
    Posted 10 months ago #

    htaccess looks good as far as i see it. What about when you access http:///xxxyyy.com/rss ?

  3. deus62
    Member
    Posted 10 months ago #

    Thanks for replying, danielascher.

    Same result.
    If I do that though (url/rss), the page address changes to http://xxxyyy.com/feed/rss. I guess it should that?

    In Firefox, the resulting page is completely empty.

    In IE 9 I get an empty page, but at least it shows some ... well ... code. :)


    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
    <HTML><HEAD>
    <META content="text/html; charset=windows-1252" http-equiv=Content-Type></HEAD>
    <BODY></BODY></HTML>

    I've also tried all the possible suggestions on the WordPress Codex, the result is always the same.

    I've also tried copying the wp-feed.php to the child theme menu folder, just for kicks (and removed it again), but no result.

    My entire theme works smoothly: Posts, categories, plugins, etc.
    As far as I can tell, only the feeds don't work ... at all.

    At the moment, I just don't know where to look.

    I'll try anything anyone can throw at me.

    Thanks for your help so far.

  4. deus62
    Member
    Posted 10 months ago #

    Oh, and the comments/feed/ doesn't work either, of course.

  5. deus62
    Member
    Posted 10 months ago #

    God, I'm dumb.
    Second time this week.

    It was a plugin (maintenance mode) that I TOLD to turn off feeds.

    Being logged in, I just forgot that it was running.

    *blush*

    Resolved.

Reply

You must log in to post.

About this Topic