Skip to content

Instantly share code, notes, and snippets.

@funkatron
Created April 2, 2011 19:46
Show Gist options
  • Select an option

  • Save funkatron/899813 to your computer and use it in GitHub Desktop.

Select an option

Save funkatron/899813 to your computer and use it in GitHub Desktop.
Redirects used on funkatron.com from old EECMS urls to new Jekyll urls
RewriteEngine on
RewriteRule ^site/comments/(.+)/$ /posts/$1.html [R=301,L]
RewriteRule ^site/comments/(.+)$ /posts/$1.html [R=301,L]
RewriteRule /rss_2.0/?$ /posts.rss
RewriteRule /atom/?$ /posts.xml
RewriteCond %{HTTP_USER_AGENT} !FeedBurner
RewriteRule posts.rss?$ http://feeds.feedburner.com/funkablog [R,L]
RewriteCond %{HTTP_USER_AGENT} !FeedBurner
RewriteRule posts.xml?$ http://feeds.feedburner.com/funkablog-atom [R,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment