nginx 子目录 301

server
     {
             listen       80 default;
        rewrite ^/bbs/(.*)$ http://beishe.cc/$1 permanent;
        rewrite ^/(.*)$ http://beishe.cc/$1 permanent;
             access_log  off;
     }
Previous Article

One thought on “nginx 子目录 301

  • 凡叔
    2013-08-21 at 22:15

    discuz是放在子/bbs下的,在nginx新建个server添加上面两个伪静态规则,即可有效301原站所有收录的链接

发表回复

Your email address will not be published. Required fields are marked *.

*
*

这个站点使用 Akismet 来减少垃圾评论。了解你的评论数据如何被处理