Feeds and Redirects
EDIT: Apparently https is hard and I am not up to the challenge today. I updated this post with a new feed address.
Well that wasn’t a great re-launch of this site. I probably broke some RSS feed readers. In case you came here randomly and want a feed URL it has changed.
The old feed:
http://www.macdrifter.com/feeds/all.atom.xml
Has now become:
http://www.macdrifter.com/feeds/rss.xml
and the https version is here:
https://www.macdrifter.com/feeds/rss.xml
It may update automatically as a result of the .htaccess 301 redirect I added:
1RedirectMatch 301 /feed/.* /feeds/rss.xml
2RedirectMatch 301 /feeds/all.atom.xml /feeds/rss.xml
I think that should handle the old feed redirect as well as the really old feed redirect. If it didn’t then this post will probably not show up for the old-timers.
Onward!