RSS broken after export / import
-
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!
-
We would like to help you out here, but this forum is for blogs hosted with wordpress.com and not for people that have downloaded the software from wordpress.org or installed through a host self-install. You can get loads of help over at the other forums:
Trent
-
- The topic ‘RSS broken after export / import’ is closed to new replies.