As we switched our Blog software from B2 to the new blog plugin of Bitflux CMS, the URLs to the RSS feeds changed. Currently we only have RSS 2.0 feeds, which should be more than enough for most needs. Although, we're planing adding a Atom Support and a Comments feed.
We also still have category based feeds. Just add ârss.xmlâ at the end of a category URL. For example blog.bitflux.ch/php/rss.xml gives you the feed to all php related news.
The old full feed URLs will still work for a few days, after that, we'll send your feed reader a â301 Permanently Movedâ and the new location. Well behaved and good programmed news readers will then automatically switch to this new URI. Mine does at least.
The old category based feeds (http://blog.bitflux.ch/b2rss2.php?cat=7 for example) already send a 301 to the new URL. Not many were using them anyway ;)
I first wanted to do this redirection right from now on, but then I realized, that not every client is that smart. Therefore I'll do that later, so that some may at least read this message. Thanks to Alain for pointing me out some things regarding this ;)
PS: The Permalinks to the single posts stayed the same, and the very old ones with the id in the URL (eg. http://blog.bitflux.ch/p666.html), also still work, resp. are 301ed to the right place