For those of you who are connecting via an RSS reader, I’m sorry, ExpressionEngine decided to change the way they have it, I’m not quite sure how to make it point to index.xml quite yet. For now, please update the feed to the following:
http://www.psychodaisy.com/index.php/weblog/rss_2.0/
Sorry about that, wasn’t even thinking of those people who use readers. (And I’m one of them! Then again I don’t syndicate my own feed. hehe) :)
How does this post make you feel?
- Excited
- Fascinated
- Amused
- Bored
- Sad
- Angry
Just tell the people who read your feed that there is a new link, and they’ll go over there. Post it in your pMClassic side of things, and they’ll see it and switch over.
It’s never going to need to write to a file, the code is completely different. It’s also a lot better, you don’t have to fiddle with permissions on your feeds. It’s also easier to add new elements. See my post on adding the categories to the feed. One line is all I had to add to the template.
Ah! never thought of that sue, that’s an awesome idea. :)
If you’re using Apache then you could add the following to a .htaccess file in your web root (all on one line, you’ll need the full URL too):
Redirect permanent /index.xml http://www.psychodaisy.com/index.php/weblog/rss_2…
I had thought about using rewrite, but that’s a better solution Chris, thanks!