Skip to content

Instantly share code, notes, and snippets.

@ctorgalson
Created October 4, 2013 16:57
Show Gist options
  • Save ctorgalson/6829101 to your computer and use it in GitHub Desktop.
Save ctorgalson/6829101 to your computer and use it in GitHub Desktop.
Feedburner 302 redirect
RewriteCond %{HTTP_USER_AGENT} !FeedBurner
RewriteRule ^/feed/path$ http://feeds.feedburner.com/feedname [R=302,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment