Created
April 2, 2011 19:46
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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