原url
www.xxxx.com/post-1.html
想要301到
www.xxxx.com/post/1.html
location / {
rewrite ^/post/([0-9]+).html$ /post/-$1\.html last;
}
上一篇:域名备案问题
原url
www.xxxx.com/post-1.html
想要301到
www.xxxx.com/post/1.html
location / {
rewrite ^/post/([0-9]+).html$ /post/-$1\.html last;
}
上一篇:域名备案问题