以下是网上搜到的答案:

最近发现用destoon开发的手机版网站,在手机版百度搜素网站的时候,点击之后出现 http 403 forbidden的弹出窗。必须再次的刷新网页才可以打开网站。出现这个问题的原因,是destoon内部的一些机制导致的。

Destoon手机搜索点击提示 http 403 forbidden解决方法

解决的方法:

1.找到include/safe.func.php

2.找到 http 403 forbidden 或者 dalert('HTTP 403 Forbidden', DT_PATH);的代码,并且注释掉。

Destoon手机搜索点击提示 http 403 forbidden解决方法

但是注释掉后发现问题依旧:

解决的方法:

1.找到include/safe.func.php

2.搜索 http 403 forbidden 或者 dalert('HTTP 403 Forbidden', DT_PATH);,找到strip_uri(),然后把http 403 forbidden注释掉。

Destoon手机搜索点击提示 http 403 forbidden解决方法

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-19
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-23
猜你喜欢
  • 2022-12-23
  • 2022-03-05
  • 2021-07-21
  • 2021-04-19
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案