• Resolved deus62

    (@deus62)


    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).

    https://xxxyyy.com/feed/
    https://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

Viewing 4 replies - 1 through 4 (of 4 total)
  • htaccess looks good as far as i see it. What about when you access https:///xxxyyy.com/rss ?

    Thread Starter deus62

    (@deus62)

    Thanks for replying, danielascher.

    Same result.
    If I do that though (url/rss), the page address changes to https://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.

    Thread Starter deus62

    (@deus62)

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

    Thread Starter deus62

    (@deus62)

    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.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Feed Gone /Rewrite Problem?’ is closed to new replies.