因Zblog 迁移目录为保障文章正常可以打开添加 url 301重定向,案例如下:
重定向文章页:
#REWRITE-START rewrite ^/post/(.*).html(.*) https://www.zhangyin.net/old/?id=$1$2 permanent; #REWRITE-END
(.*)代表任意字符或字符串,$1 是回传的第一个(.*)的值,$2 是第二个