联系官方销售客服
1835022288
028-61286886
出现这个问题应该怎么处理,伪静态规则如何写
"help\/([a-z]+)\.html" => "index.php?s=$1", //【帮助】模块首页(help/{modname}.html)(此规则由系统生成,不一定会准确,请开发者自行调整)
"help\/([a-z]+)\/([0-9]+)\.html" => "index.php?s=$1&c=show&id=$2", //【帮助】模块内容页(help/{modname}/{id}.html)(此规则由系统生成,不一定会准确,请开发者自行调整)
"help\/([a-z]+)\/search\/(.+)\.html" => "index.php?s=$1&c=search&rewrite=$2", //【帮助】模块搜索页(分页)(help/{modname}/search/{param}.html)(此规则由系统生成,不一定会准确,请开发者自行调整)
"help\/help\/([a-z]+)\/search\.html" => "index.php?s=$1&c=search", //【帮助】模块搜索页(help/help/{modname}/search.html)(此规则由系统生成,不一定会准确,请开发者自行调整)