应用插件 版主:官方插件技术组
关键词库伪静态网址报错
类型:迅睿CMS 更新时间:2025-04-06 17:27:16 伪静态规则 首页分页 关键词TAG
插件 关键词TAG V3.28
应用作者 迅睿官方团队
发布时间 2019-03-14 10:14:31
更新时间 2025-04-09 11:48:24

问题:如下图

当名称里是英文语句时,连接符号不生效

拼接出来的地址为《tag/followers%20of%20Jesus%20Christ.html》,

按说应该是《tag/followers-of-Jesus-Christ.html》


是伪静态规则没写对吗?(官方提示上复制的)

    "tag" => "index.php?s=tag", // tag插件聚合首页
    "tag\/(.+)\.html" => "index.php?s=tag&name=$1",  // tag插件
    "tag\/p([0-9]+)\.html" => "index.php?s=tag&page=$1", // tag插件聚合首页分页
    "tag\/(.+)\-([0-9]+)\.html" => "index.php?s=tag&name=$1&page=$2",  // tag插件分页


image

image


image

插件教程:https://www.xunruicms.com/doc/app-364.html