傻子-跸西的blog-WangBiXi.com's Archivers

From admin on 2010-07-25 06:14:44

.htaccess 转换址说明及应用教程

说明,之前没有屏蔽我的一个论坛的print页,导致百度排名较好的是print页面

这样造成了很差的用户体验,跳出率100%

于是想把http://022lady.com/t2192-print/

重定向到 http://022lady.com/t2192/

也就是打开这个print页面自动跳转为正常的网页

语法:Redirect 301 /t2192-print/ http://022lady.com/t2192/

说明:将目录名为/t2192-print 的网址转到 http://022lady.com/t2192

以下是另外一种写法

Redirect permanent /t2192-print/ http://022lady.com/t2192/

查看完整版本: .htaccess 转换址说明及应用教程

Tags: .htaccess, 301重定向, 转址


©傻子-跸西的blog-WangBiXi.com