首页 > 教程 > 前端技术 > 二开教程

destoon分站绑定域名后访问公司页面错误解决方案

发布:2021-06-07 浏览:64 次 评论:0
核心提示:网站开通分站,分站绑定域名时,访问分站域名, 浏览器输入 主站域名/company 公司页面打不开,原因 module/company/index.inc.php 第44行判断错误(版本不同位置不一样找一下)修复原理为:增加当前访问分站域名判断即可解决找到:if(strpos($DT_URL, $MOD['linkurl']) === false) dhttp(404);替换为:if(strpos($

    网站开通分站,分站绑定域名时,访问分站域名, 浏览器输入 主站域名/company  公司页面打不开,

    原因 module/company/index.inc.php 第44行判断错误(版本不同位置不一样找一下)


    修复原理为:增加当前访问分站域名判断即可解决

    找到:if(strpos($DT_URL, $MOD['linkurl']) === false) dhttp(404);

    替换为:if(strpos($DT_URL, $MOD['linkurl']) === false && !$city_domain) dhttp(404);

 
  • 文本链接:https://mbtxw.com/Course/show.php?itemid=123
  • 文章来源:模板模板
  • 版权声明:除非特别标注,否则均为本站原创文章,转载时请以链接形式注明文章出处。
  • 我的领地
  • 文章86
  • 人气2
  • 收藏0
  • 粉丝 0