【发布时间】:2016-09-16 19:07:40
【问题描述】:
我的 wordpress wordpress 网站出错了,有很多页面要去
- www.mysite.com/tags/the-tag
什么时候应该
- www.mysite.com/tag/the-tag
我尝试了以下方法但无济于事:
RewriteBase /
RewriteRule ^tags/(.*)$ /tag/$1 [L,R=301]
大家有什么想法
【问题讨论】:
-
去掉开头的^
-
不,仍然没有运气
-
显示您的完整 .htaccess 文件,包括您的 wordpress 规则。
-
确保上面的 301 规则正好在
RewriteEngine On线下面
标签: .htaccess redirect apache2.4