|
|
How to redirect RSS feeds to Feedburner with .htaccessIf you want to redirect your standard RSS feed to a feedburner feed you can use the following code snippet
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{HTTP_USER_AGENT} !FeedBurner [NC]
RewriteCond %{HTTP_USER_AGENT} !FeedValidator [NC]
RewriteRule ^feed/?([_0-9a-z-]+)?/?$ http://feeds2.feedburner.com/yourfeedburnerfeed [R=302,NC,L]
</IfModule>
Please note that:
Apache categoriesApache Installation? | Apache Configuration | Apache Troubleshooting? Back to > Software |
Google SearchLogin |