RSS is likely one of the net feed codecs which is often used on Blogs or web sites the place content material are up to date recurrently like social bookmarking websites. Feeds are a nice solution to enhance your weblog recognition and make them reachable to monumental folks.
You should use Feedburner or every other service to maintain observe of your feeds .
Just lately, I posted about how one can arrange RSS Feed utilizing Google Feedburner. In right this moment’s publish, I’ll present particulars on how one can redirect WordPress default RSS Feeds to Feedburner.
Redirect WordPress RSS Feeds to Feedburner with none Plugin
Upon getting signed up with a feed service, your purpose is to redirect the person to a brand new feed tackle. It could possibly be carried out through the use of Feedburner Feedsmith WordPress plugin, nonetheless, it’s all the time not very efficient.
One of the best ways to redirect your default WordPress feeds is by modifying your .htaccess file. Don’t forget to take a again up of your .htaccess file earlier than modifying it.
Add the next line, and exchange the feed tackle with yours.
# temp redirect wordpress content material feeds to feedburner RewriteEngine on RewriteCond %{HTTP_USER_AGENT} !FeedBurner [NC] RewriteCond %{HTTP_USER_AGENT} !FeedValidator [NC] RewriteRule ^feed/?([_0-9a-z-]+)?/?$ http://feedproxy.google.com/wpsaviour[R=302,NC,L]
It is a easy and the best methodology to redirect your default feeds to Feedburner or Feedproxy account.