PbootCMS模板上线推广百度竞价后打不开网站出现404错误

  • PbootCMS V3.2.5 版本对 URL 参数添加了判断:
    if(stripos(URL, '?') !== false && stripos(URL, '/?tag=') == false && stripos(URL, '/?page=') == false && stripos(URL, '/?ext_') == false){
        _404('您访问的内容不存在,请核对后重试!');
    }
  • 解决方法:
    • 打开 /apps/home/controller/IndexController.php 文件
    • 搜索 //默认地址跳转首页,大约在 218 行处
    • 将其修改为:
      $this->getIndexPage();

       

posted @ 2024-10-30 08:56  黄文Rex  阅读(7)  评论(0)    收藏  举报