also redirect the /try path, #25

This commit is contained in:
Hampton Catlin 2013-10-15 13:53:50 -07:00
parent 7dc9e293df
commit 94a459bece

View File

@ -8,6 +8,7 @@ use Rack::Rewrite do
r301 '/download.html', '/install'
r301 '/documentation', '/documentation/'
r301 '/documentation/_index.html', '/documentation/'
r301 '/try', 'http://sassmeister.com'
r301 '/try.html', 'http://sassmeister.com'
rewrite(%r{^(.*)/([^/.]+)$}, lambda do |match, rack_env|