【发布时间】:2012-03-30 15:39:20
【问题描述】:
我要重定向
http://subdom.domain.com/guidelines/article1
http://subdom.domain.com/guidelines/article2
http://subdom.domain.com/guidelines/article3
到
http://subdom.domain.com/notsoguideline/noarticlepage/blahblah
所以我在我的 wordpress 网站的 .htaccess 中写了以下规则,但它似乎不起作用
RewriteRule ^guidelines/([^/]+)/ /notsoguideline/noarticlepage/blahblah/
【问题讨论】:
标签: .htaccess