禁止外界访问你网站的模板目录 模板防盗

把 .htaccess 文件复制到 template目录下即可

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);修复原理为:增加当前访问分

修正destoon开启https以后地图标识空白BUG

修正destoon开启https以后地图标识空白BUG

destoon 分站绑定域名,访问分站域名时打开,主域名/company打不开解决方法

网站开通分站,分站绑定域名时,访问分站域名, 浏览器输入 主站域名/company 公司页面打不开,原因 module/company/index.inc.p

346655709