Skip to content

Instantly share code, notes, and snippets.

@artlung
Created March 2, 2010 23:00
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 artlung/320076 to your computer and use it in GitHub Desktop.
Save artlung/320076 to your computer and use it in GitHub Desktop.
Redirect blogger hosted feeds to wordpress style
# Add these lines to .htaccess file:
Redirect permanent /feeds/posts/default?alt=rss http://mamasmoneysavers.com/feed/rss
Redirect permanent /feeds/posts/default http://mamasmoneysavers.com/feed/atom
Redirect permanent /feeds/ http://mamasmoneysavers.com/feed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment