Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果我有类似的地址
http://www.smth.com/likewebsite
如何设置路由或访问同一页面所需的内容:
http://www.likewebsite.smth.com
你熟悉 Yii 的 urlManager 吗?如果不是,请调查一下。
'rules'=>array( [...] 'http://www.<subdomain:\w+>.smth.com' => '<subdomain>', )
上面的代码未经测试,但应该给你一个想法。