Feed Gone /Rewrite Problem?
-
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
- The topic ‘Feed Gone /Rewrite Problem?’ is closed to new replies.