首页  >  问答  >  正文

nginx rewrite 301重定向到指定页面

如何让访问https://www.a.com/ask/?1.html
就自动301跳转到https://wen.a.com/2.html

为情所困为情所困2713 天前555

全部回复(1)我来回复

  • 怪我咯

    怪我咯2017-05-16 17:09:12

    没人回答,自己花了好几天才解决的,哎,还是公布一下吧

    if ($request_uri = /ask/?1.html ) { return 301 https://wen.a.com/2.html; }
    

    回复
    0
  • 取消回复