ieevip 大佬有话说 :
求助nginx301写法,感谢
route.php?s=index/1.html
301
news-1.html
由此类推
route.php?s=index/2.html
301
news-2.html
电光 大佬有话说 :
location ~* .(htm)$ {
rewrite "^(.*)/(.+?).htm(.*?)$" $1/index.php?$2.htm$3 last;
}
这是某论坛的301 可以借鉴一下。
ieevip 大佬有话说 :
电光 大佬有话说 : 2020-10-3 08:23
location ~* .(htm)$ {
rewrite "^(.*)/(.+?).htm(.*?)$" $1/index.php?$2.htm$3 last;
}
你就帮忙写一下吧 不会借鉴 :lol
ieevip 大佬有话说 :
没有人会吗
ieevip 大佬有话说 :
:Q