用urlzidingyi自定义字段值做文章页面url,但是生成伪静态之后一直显示404
下边第一行是规则文件,可以指导下哪里错误了吗。
"destinations\/([0-9]+).html" => "index.php?s=destinations&c=show&field=urlzidingyi&value=$1", //s=news表示news模块的内容,必须指定模块否则会提示无法通过id找到共享模块的模块目录
"([A-za-z0-9 \-\_]+)\/p([0-9]+)\.html" => "index.php?c=category&dir=$1&page=$2", //【带栏目路径】模块栏目列表(分页)({dirname}/p{page}.html)(此规则由系统生成,不一定会准确,请开发者自行调整)
"([A-za-z0-9 \-\_]+)" => "index.php?c=category&dir=$1", //【带栏目路径】模块栏目列表({dirname}/)(此规则由系统生成,不一定会准确,请开发者自行调整)