Hello all,
I just imported my blog to my own server, and the RSS is not working there.
I have tried to troubleshoot it myself, and discovered that the function bloginfo() is returning strange results.
The new URL of my blog is http://www.robsondesign.com/blog so I would expect the URL of the feed to be http://www.robsondesign.com/blog/feed/ (if that's not correct please let me know).
However, where header.php makes the following call:
bloginfo('rss2_url');
The output is as follows:
http://www.robsondesign.com/blog/index.php/feed/
For some reason, bloginfo() is inserting index.php between the directory names. Also, I've checked, and the "feed" directory is empty, even though its permissions are set to be write-able.
Please help!