求高手帮忙给例子,nginx的301永久重定向规则

http://www.fphs5.com/feitong_11111.html http://www.fphs5.com/feitonghs/feitong_11111.html

以上是新旧url对,空格分开的。左边为旧url,右边为新(要重定向到的)url

回复讨论(解决方案)

试试,应该可以

location /{
rewrite ^([^\.]*)/(\w+)_([0-9]+)\.html$ http://$host$1/$2hs/$2_$3.html permanent;
}

Posted in 未分类

发表评论