泛域名的只支持三级域名的通配吗?

浏览:1077 发布日期:2018/04/08 分类:ThinkPHP5专区
泛域名的只支持三级域名的通配吗?类似这种Route::domain('通配符.user', 'user?name=通配符'); 实际上我的二级域名想实现
Route::domain('通配符', '通配符'); a.domain.com进入a模块 b.domain.com进入b模块 c.domain.com 进入c模块
目前5.1的路由没办法支持这种情况
最佳答案
评论( 相关
后面还有条评论,点击查看>>