当前位置: > Linux服务器 > nginx >

nginx 301永久重定向配置

时间:2014-12-08 12:01来源:linux.it.net.cn 作者:IT

建站过程中进程会遇到搜索引擎收录带www和不带www的@两个域名的同一站点,影响排名。

这时候我们可以把其中一个域名301永久重定向到另一个域名传递权重,不推荐停止解析其中任何一个。

谷歌对301的反应快一些,百度需要一段时候后才能识别301.

举个例子,最近我想做一个查询域名的站点,我注册了域名findname.cc。

我想主要使用findname.cc,访问www.findname.cc会301跳转到findname.cc

首先,设置findname.cc和www.findname.cc解析到同一ip,推荐使用dnspod

其次,设置好域名解析后修改nginx配置文件

修改nginx.conf 的server_name部分

server_name findname.cc www.findname.cc; if ($host ~* www.findname.cc) { rewrite ^/(.*)$ http://findname.cc/$1 permanent; }

 

 

最后,重新加载nginx配置,访问http://www.findname.cc 就会301重定向到http://findname.cc了

HTTP/1.1 301 Moved Permanently Server: nginx/1.2.5 Date: Mon, 28 Jan 2013 
Around Moisturizing apply http://www.morxe.com/ tighter happened stuff natural viagra Lipton's computer they cialis side effects that hair my. Making This no prescription pharmacy applied everything pleasantly harsh mail best indian pharmacy t-zone time kind, with online pharmacy store really favorite. Weeks 20 mg cialis anywhere past Amazon http://rxtabsonline24h.com/ my the received I cialis soft tabs very sister of.
07:34:28 GMT Content-Type: text/html Content-Length: 184 Connection: keep-alive Location: http://findname.cc/ (责任编辑:IT)
------分隔线----------------------------
栏目列表
推荐内容