新的 标签出来试试。。。根据 {Hash@ID}以及官网伪静态规则设置
现在列表页分页以及文章页都是404
官网添加复制规则
rewrite "^/\w+/.+(\d+).html$" /article.php?page=$1 last;
rewrite "^/\w+/.+.html$" /article.php? last;
rewrite "^/\w+/(.+)(\d+).html$" /tag.php?tkey=$1&page=$2 last;
rewrite "^/\w+/(.+).html$" /tag.php?tkey=$1 last;
rewrite "^/(\w+)/(\d+).html$" /category.php?dir=$1&page=$2 last;
rewrite "^/(\w+)/$" /category.php?dir=$1 last;
后台规则
/{CDIR}/
/{CDIR}/{P}{EXT}
/{CDIR}/{Hash@ID}{EXT}
/{CDIR}/{TKEY}{EXT}
列表页 (频道首页正常)分页 404
文章页404
现在因为无法查看 文章内容分页 无法判断
其他 搜索动态页正常
系统 系统:CentOS Linux 7.2.1511 (Core)
宝塔
Nginx 1.15.10
PHP-5.6