htaccess需要在url中重写子目录slug

时间:2017-02-25 20:35:53

标签: .htaccess mod-rewrite

我需要更改网址:

https://www.mywebsite.com/MEMBERS/username/

我需要成员更改为模型

https://www.mywebsite.com/MODEL/username/

这是我目前的代码

RewriteRule ^(members /.*)$ https://www.mywebsite.com/model/ $ 1 [R = 301,QSA,L]

然而,当我使用该代码说许多重定向时,页面崩溃了。

有人可以告诉我需要解决的问题..谢谢。

1 个答案:

答案 0 :(得分:0)

想通了 RedirectMatch" ^ / members /(。)/(。)" " https://www.mywebsite.com/model/ $ 1 / $ 2"