index.php/feed/ stopped working
-
Hi,
I’ve just upgraded from 1.5.something to 2.0.1, and mostly the changeover went smoothly.
I’ve noticed however that the main RSS feed is only showing the comments feed. The theme file says:
RSS Feeds: <a href="feed:<?php bloginfo('rss2_url'); ?>">Entries</a>
And this translates to the URL: http://www.developingprogrammers.com/index.php/feed/
This is the same URL as it was before, but now it’s only showing the comments. If I enter http://www.developingprogrammers.com/wp-feed.php then I get the right content, but lots of people have their RSS readers pointed to the old feed address and the php bloginfo(‘rss2_url’); line is saying this feed address should work.
Any thoughts? Let me know if you need more info.
The topic ‘index.php/feed/ stopped working’ is closed to new replies.