wordpress个人ag真赏金女王app官网下载苹果手机人在线投注网站category分类目录链接301跳转
点击http://www.xxx.赏金女王app官网下载苹果手机com/moban跳转到hag真人在线投注ttp://www.xxx.com/category/moban
用的是Apache服务器类型的虚拟主机,
wordpress程序建站的都知道在后台添加分类目录时候,修改后会变为死链接404,很多博主的网站为了URL最简化、如个人博客分类目录url链接中的category:http://www.xxx.com/category/seo。即可实现301重定向跳转(xxx改为自己的域名)。
个人网站建站时,降低目录链接的深度,
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://c4mnh.xny028cc.com/used/2.html
版权声明
本文仅代表作者观点,不代表本站立场。
本文系作者授权发表,未经许可,不得转载。