Sending /feed/ to Feedburner
-
I’ve set up a FB feed to monitor stats, but can’t figure out how to redirect the /feed/ link (which is what is displayed on the home page) to FB.
The other feed links (like /feed/rss2/) work fine.
Here’s what I have in .htaccess right now: (after my rewrite rules for nicer urls)
Redirect temp https://apologetics.danweasel.com/feed/ https://feeds.feedburner.com/WeaponsOfWarfare
Redirect temp https://apologetics.danweasel.com/feed https://feeds.feedburner.com/WeaponsOfWarfareRedirect temp /wp-rss2.php https://feeds.feedburner.com/WeaponsOfWarfare
Redirect temp /wp-rss.php https://feeds.feedburner.com/WeaponsOfWarfare
Redirect temp /wp-atom.php https://feeds.feedburner.com/WeaponsOfWarfareRedirect temp /feed/rss/ https://feeds.feedburner.com/WeaponsOfWarfare
Redirect temp /feed/rss2/ https://feeds.feedburner.com/WeaponsOfWarfare
Redirect temp /feed/atom/ https://feeds.feedburner.com/WeaponsOfWarfareRedirect temp /feed/rss https://feeds.feedburner.com/WeaponsOfWarfare
Redirect temp /feed/rss2 https://feeds.feedburner.com/WeaponsOfWarfare
Redirect temp /feed/atom https://feeds.feedburner.com/WeaponsOfWarfareI first tried the first two lines written just as the others, then added in the full URI to see if that would help. It hasn’t; as https://apologetics.danweasel.com/feed/ still shows up as unadorned xml, rather than FB’s browser friendly page.
I got that text from Easybake.
Thanks.
- The topic ‘Sending /feed/ to Feedburner’ is closed to new replies.