Skip to content

Commit

Permalink
Redirect old RSS.
Browse files Browse the repository at this point in the history
  • Loading branch information
findchris committed Dec 14, 2010
1 parent 5db6a24 commit 2ebf61e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config.ru
Expand Up @@ -41,6 +41,7 @@ require 'rack-rewrite'
if ENV['RACK_ENV'] == 'production'
use Rack::Rewrite do
r301 %r{.*}, 'http://foundchris.com$&', :if => Proc.new {|rack_env| rack_env['SERVER_NAME'] != 'foundchris.com'}
r301 %r{/feed(.*)}, 'http://feeds.feedburner.com/foundchris_com'
end
end

Expand Down

0 comments on commit 2ebf61e

Please sign in to comment.