Hi,
I have a problem with my RSS Feeds. The feed for entries works, but the feed for comments doesn't.
Top right there are the two buttons for the feeds. The links are
http://www.trekprops.de/feed
and
http://www.trekprops.de/comments/feed
and I called them using
<?php bloginfo('rss2_url'); ?>
and
<?php bloginfo('comments_rss2_url'); ?>
respectively, which seems to be right but the comments feed is not found.
The site doesn't have any comments yet, so the feed should be empty, but instead it's not working at all.
I noticed that it works when permalinks are set to default. With any other permalink setting it doesn't work (current: %postname%). I'd like to keep %postname% however.
I built the theme myself, so I might have messed something up, but I don't what it could be. However, the problem also occurs with the default theme activated.
It's not one of the plugins, I deactivated them all and it didn't help.
I also tried creating a new .htacces file, but that gives me an internal server error.
I'm using WordPress 2.8.5
Anybody got an idea what could be wrong? Why would one feed work but not the other? Any help would be greatly appreciated as I've been looking for a solution for days!
Thanks in advance for any hints!