大哥,问一个问题,
我把我的网站www.yunbow.cn全部301到www.yunbowang.cn,
http://www.yunbow.cn/index.html 这个链接就会301到www.yunbowang.cn/index.html
但是下面的
http://www.yunbow.cn/detail/movie/29197.html就不会301到www.yunbowang.cn/detail/movie/29197.html ps:这个是伪静态的,并非静态
得出的原因是只要是符合的网站自定义的伪静态(rewrite ^/detail/(.*)/(.*).html$ /index.php?m=vod-detail-id-$2.html break;)的链接都不会在301跳转,请问这个怎么解
请 登陆 或 注册 提交你的问题