Howdy folks,
We’ve still got about 2,000 folks subscribed to the old Bare Naked App feed. I’d really appreciate it if you could unsubscribe from:
http://feeds.feedburner.com/barenakedapp
to the new feed:
http://feeds.feedburner.com/carsonified
Thanks!
Ryan
Dan Kubb
March 31st, 2007 at 2:08 pm
#
Ryan, have you ever considered adding a mod_rewrite rule that redirects all but the FeedBurner bots to the remote feed? That way you control the URL, and can redirect it to whatever location you like in the future.
Here’s an example rewrite rule:
RewriteEngine on
RewriteCond %{HTTP_USER_AGENT} !FeedBurner
RewriteRule /path/to/feed$ http://feeds.feedburner.com/carsonified [R,L]
Markus
March 31st, 2007 at 3:56 pm
#
Great post Dan. I have been looking for a way to do this.
Chris
March 31st, 2007 at 4:48 pm
#
I’d say stop cross-posting. That’d do it.
aaron dragushan
April 2nd, 2007 at 5:20 am
#
Hey Ryan,
Feedburner’s got a great paid feature for this, wherein people subscribe to feeds.carsonified.com (or wherever you want) but it still goes through feedburner - that way if they go poof someday, or you want to direct people to new content YOU are in control of the feed.
More info: http://searchengineland.com/070110-111256.php
Anyways, all the best with it.
- aaron
Ryan Carson
April 2nd, 2007 at 10:30 am
#
Thanks Dan and Aaron - appreciate the tips.