首页 > 问答 > 网址改版后 旧链接如何设置301跳转到新链接上

网址改版后 旧链接如何设置301跳转到新链接上

[导读]:网站环境是NGINX+PHP 比如A。com/1.html 跳到A。com/15.html 试了下面这种也不行: if ($request_uri =/1.html ) { return 301  A。com/15.html ; } 有大佬指点下嘛...

网站环境是NGINX+PHP

比如A。com/1.html 跳到A。com/15.html

试了下面这种也不行:

if ($request_uri =/1.html ) { return 301 

A。com/15.html

; }


有大佬指点下嘛



本文来自投稿,不代表微盟圈立场,如若转载,请注明出处:https://www.vm7.com/a/ask/68073.html