Jay 发表于 2018-7-20 06:33
-1是分页数,是dz吗?
dvbhack 发表于 2018-7-20 09:01
rewrite ^/(.*)-1.html$ /$1.html permanent;
imdong 发表于 2018-7-20 09:10
#301跳转到不带-1的链接上
rewrite ^/index_default-([0-9]+)-1.html$ /index_default-$1.html permanent; ...
aaawww 发表于 2018-7-20 16:54
非常感谢大佬的热心相助,刚看到大佬的这条规则时,觉得这么简单,还以为是不行的,但测试了一下,却发现 ...
羞涩 发表于 2018-7-20 16:57
五楼代码里面的 defatult改成下面即可
(default|simple|fashion)
dvbhack 发表于 2018-7-20 18:00
rewrite ^/index_(default|simple|fashion)-(0-9)+-1.html$ /index_default-$2.html permanent;
| 欢迎光临 全球主机交流论坛 (https://sunk.eu.org/) | Powered by Discuz! X3.4 |