时间:2021-07-01 10:21:17 帮助过:46人阅读
yaf框架中modules中admin,设置二级域名
**
![图片上传中...]
**
我想设置app.test.com,mobile.test.com,seller.test.com,请问怎么在yaf框架中怎么配置?
yaf框架中modules中admin,设置二级域名
**
![图片上传中...]
**
我想设置app.test.com,mobile.test.com,seller.test.com,请问怎么在yaf框架中怎么配置?
需要在nginx里做URL重写,当访问app.test.com时,rewrite ^/(.*) /index.php/app/$1 last;
楼上的此方法不好似 经过多方面测试