How do I redirect without www using Rails 3 / Rack?

前端 未结 9 2080
北荒
北荒 2020-12-12 19:36

I understand there are a lot of questions that answer this. I\'m familiar with .htaccess and nginx.conf methods, but I do not have access to such t

9条回答
  •  独厮守ぢ
    2020-12-12 19:52

    Take a look at this middleware, it should do precisely what you want:

    http://github.com/iSabanin/www_ditcher

    Let me know if that worked for you.

提交回复
热议问题