Can I quietly redirect my RSS feed? Sep05 '07
I'm like most web authors - I want to know who's reading my site. I use Mint to stay informed on basic web site stats, but one thing Mint doesn't track is RSS subscribers. For that, I need a service like Feedburner.
OK, so let's do it. I've signed up for the service, and received a shiny new URL:
http://feeds.feedburner.com/matthom
This is great. Anyone subscribing to that URL will be "tracked," so I can monitor stats and basic usage.
Problem is, my existing readers are already subscribed to this URL:
http://matthom.com/feed/matthom.xml
Here's what I want to avoid:
- Having existing subscribers re-subscribe to a new feed URL.
- Regurgitating all of my posts in subscribers' feed readers.
I don't want the subscriber to notice anything. They can stay subscribed to the old URL, and I'll still have the benefit of tracking them with the new URL.
Is this even possible?
Categories: RSS ![]()
Add Feedback (view all)
Leave feedback
matthom
is published and produced by Matt Thommes - an independent publishing enthusiast, mobile blogger, content creator, informative writer, web developer from Chicago.
Never one to conform, Matt intends to promote the effect the web has on our lives, in an effort to intensify, instruct, and clarify all that is happening around us.
Similar Entries
- RSS Best Practices? (4 recent visits)
- What are your RSS opinions? (2 recent visits)
- Web site stats via email or RSS (6 recent visits)
- Digg will eventually replace my RSS subscriptions (5 recent visits)
- Grouping RSS feeds by priority and frequency (43 recent visits)
- RSS thoughts: Categories and Summaries (4 recent visits)
Stats
1 unique visit since October 2008
mod_rewrite to the rescue! You should be able to direct your existing URL to a new URL. I think current subscribers will pick up the new URL if th ... Read more.