开源系统 版主:POSCMS负责人
全站搜索插件伪静态请问该怎么写
类型:开源系统 更新时间:2021-10-12 18:44:11 php

全站搜索插件伪静态请问该怎么写,rewrite.php里写的是

// 全模块搜索分页
"so-(.+).html"                                              =>  "so/index/rewrite/$1",
// 全模块搜索
"so.html"                                                   =>  "so/index",

但是访问的时候显示页面未找到