wordpre彩票赛车官方下载ss个人庄闲游戏app网站category分类目录链接301跳转
个人网站建站时,
都去掉category二级目录。w<彩票赛车官方下载strong>庄闲游戏appordpress程序建站的都知道在后台添加分类目录时候,但个人认为wordpress分类页url链接去掉category不太友好(即网上去掉分类目录category前缀方法有很多不足),以下是个人网站要进行301跳转的目录链接的例子
点击http://www.xxx.com/moban跳转到http://www.xxx.com/category/moban
用的是Apache服务器类型的虚拟主机,
RewriteEngine OnRewriteBase /RewriteCond %{HTTP_HOST}!^xxx.com$ [NC]RewriteRule ^(.*)$ http://www.xxx.com/$1 [L,R=301]RewriteRule ^moban$ http://www.xxx.com/category/moban [L,R=301]RewriteRule ^seo$ http://www.xxx.com/category/seo [L,R=301]<IfModule mod_rewrite.c>RewriteEngine OnRewriteBase /RewriteRule ^index\.php$ - [L]RewriteCond %{REQUEST_FILENAME} !-fRewriteCond %{REQUEST_FILENAME} !-dRewriteRule . /index.php [L]</IfModule>
如果你网站之前也是去掉分类目录category前缀,对个人网站体验不好,如:原来目录链接是http://www.xxx.com/moban的,百度更新一般比较慢,所以建议301跳转规则至少半年以上再去掉。可参考上面301跳转规则(比较简单,修改后会变为死链接404,
本文地址:http://qlzin.xny028cc.com/why/9.html
版权声明
本文仅代表作者观点,不代表本站立场。
本文系作者授权发表,未经许可,不得转载。