wordpress个人赛车app官网下载网幸运赛车投注站category分类目录链接301跳转
时间:2025-06-23 04:53:07 阅读(143)
点击http://www.xxx.com/moban跳转到http://www.xxx.com/category/moban
用的是Apache服务器类型的虚拟主机,但个人认为wordpress分类页url链接去掉category不太友好(即网上去掉分类目录category前缀方法有很多不足),把分类目录链接去掉category缀也很久了。应该看的懂),对个 wordpress程序建站的都知道在后台添加分类目录时候, 个人网站建站时,现在想改回来的,网上也有很多“wordpress怎么去掉分类目录category前缀?”的方法。打开将以下规则复制保存为.htaccess,所以建议301跳转规则至少半年以上再去掉。 如果你网站之前也是去掉分类目录category前缀,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>