top

宝塔面板URL 301重定向

因Zblog 迁移目录为保障文章正常可以打开添加 url 301重定向,案例如下:

重定向文章页:

#REWRITE-START
rewrite ^/post/(.*).html(.*) https://blog.zhangyin.net/old/?id=$1$2 permanent;
#REWRITE-END
#REWRITE-START rewrite ^/post/(.*).html(.*) https://blog.zhangyin.net/old/?id=$1$2 permanent; #REWRITE-END

(.*)代表任意字符或字符串,$1 是回传的第一个(.*)的值,$2 是第二个

THE END
icon
分享
icon
二维码
发表评论
评论列表

赶快来坐沙发