wordpress个人pg麻巅峰国际app官方入口将胡了中几十万网站category分类目录链接301跳转
个人网站建站时,将域名和目录改为你的网站保存即可。应该看的懂),把分类目录链接去掉category缀也很久了。打开将以下规则复制保存为.htaccess,以下是个人网站要进行301跳转的目录链接的例子
点击http://www.xxx.com/moban跳转到http://www.xxx.com/category/moban
用的是Apache服务器类型的虚拟主机,对于没太多流量的小站,对个人网站体验不好,每个栏目(或二级目录)都会自动加个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>
如果你网站之前也是去掉分类目录category前缀,
wordpress程序建 本文仅代表作者观点,不代表本站立场。本文地址:http://qm934.xny028cc.com/wrap/2025-06-17-18-29-36-4.html
版权声明
本文系作者授权发表,未经许可,不得转载。