以下是旧url的示例:
index.php / component / option, com_fireboard / Itemid,180 / catid,15 / func,view / id,4272 /#4339
而现在的url就像
index.php / component / option, com_kunena / Itemid,180 / catid,15 / func,view / id,4272 /#4339
那么,如果在查询string中find了com_fireboard,那么你能帮我通过mod_rewriteredirect吗,并用“com_kunena”replace它吗?
这个怎么样?
RewriteRule (.*)com_fireboard(.*) $1com_kunena$2