我有网站 www.Meer.li,我想更改根 url,这样人们在输入网站名称时就会进入 www.iphone.meer.li。我该如何管理?
我已经有一些代码,但它不起作用:
root :to => 'designs#featured', :subdomain => "iphone"
我有网站 www.Meer.li,我想更改根 url,这样人们在输入网站名称时就会进入 www.iphone.meer.li。我该如何管理?
我已经有一些代码,但它不起作用:
root :to => 'designs#featured', :subdomain => "iphone"