再次求助:301 redirect
如题,用rss结合iftt自动做了好多好多的social外链,最近才发现自己粗心,外链上的url全多了一个"w".比如要想将
http://wwww.cnwebmasters.com/article-8888.html
重定向到
http://www.cnwebmasters.com/article-8888.html
上面的“8888”是文章id、是变量.
请问Rewrite rule怎么写啊? 谢谢!
if ($host = 'wwww.cnwebmasters.com' ) {
rewrite ^/(.*)$ http://www.cnwebmasters.com/$1 permanent;
}
nginx的
谢谢二位! 非常感谢.
页:
[1]