以下是网上搜到的答案:
最近发现用
destoon开发的手机版网站,在手机版百度搜素网站的时候,点击之后出现 http 403 forbidden的弹出窗。必须再次的刷新网页才可以打开网站。出现这个问题的原因,是destoon内部的一些机制导致的。
解决的方法:
1.找到
include/safe.func.php2.找到
http 403 forbidden或者dalert('HTTP 403 Forbidden', DT_PATH);的代码,并且注释掉。
但是注释掉后发现问题依旧:
解决的方法:
1.找到include/safe.func.php
2.搜索 http 403 forbidden 或者 dalert('HTTP 403 Forbidden', DT_PATH);,找到strip_uri(),然后把http 403 forbidden注释掉。


