thinkphp3.2 不同域名配置不同分组设置
2021-05-17 07:30
阅读:574
标签:domain 3.2 class array dep dmi dom 子域名 xxx thinkphp3.2 不同域名配置不同分组设置 标签:domain 3.2 class array dep dmi dom 子域名 xxx 原文地址:http://www.cnblogs.com/zjj1990/p/7744932.html
‘APP_SUB_DOMAIN_DEPLOY‘ => 1, // 开启子域名配置
‘APP_SUB_DOMAIN_RULES‘ => array(
‘XXX.com‘ => ‘Home‘, // admin.domain1.com域名指向Admin模块
‘XXX1.com‘ => ‘Admin‘, // test.domain2.com域名指向Test模块
),
文章来自:搜素材网的编程语言模块,转载请注明文章出处。
文章标题:thinkphp3.2 不同域名配置不同分组设置
文章链接:http://soscw.com/index.php/essay/86629.html
文章标题:thinkphp3.2 不同域名配置不同分组设置
文章链接:http://soscw.com/index.php/essay/86629.html
评论
亲,登录后才可以留言!