标签: ruby-on-rails ruby-on-rails-3 heroku dns subdomain
我有网站www.Meer.li,我想更改根网址,以便人们在输入网站名称时进入www.iphone.meer.li。我该如何管理?
我已经有了一些代码,但它不起作用:
root :to => 'designs#featured', :subdomain => "iphone"
答案 0 :(得分:0)
这是有效的,但我不确定这样做的正确方法是多少......
match "/" => redirect(:subdomain => "iphone")