Skip to content

Instantly share code, notes, and snippets.

@Victa
Created May 30, 2011 17:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Victa/999209 to your computer and use it in GitHub Desktop.
Save Victa/999209 to your computer and use it in GitHub Desktop.
Redirect all WordPress feeds to feedburner
<IfModule mod_alias.c>
RedirectMatch 301 /feed/(atom|rdf|rss|rss2)/?$ http://feedburner.com/yourfeed/
RedirectMatch 301 /comments/feed/(atom|rdf|rss|rss2)/?$ http://feedburner.com/yourfeed/
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment