destoon分站绑定域名后访问分站域名时打开主域名/company错误解决方法

destoon分站绑定域名后访问分站域名时打开主域名/company错误解决方法

网站开通分站,分站绑定域名时,访问分站域名, 浏览器输入 主站域名/company 公司页面打不开,原因 module/company/index.inc.php 第81行判断错误if(strpos($DT_URL, $MOD['linkurl']) === false) dhttp(404);修改为if(strpos($DT_URL, $MOD['linkurl']) === false!$city_domain) dhttp(404);修复原理为:增加当前访问分……

查看详情
评论 (0

没有了

346655709