我在进行 301 重定向时遇到问题。
我的旧网址是
https://example.com/es/component/users/registration?item=21
新的是
https://example.com/es/login/registro
所以,我写了这个.htaccess:
RewriteRule ^es\/component\/users\/registration\/?item=21$ "https://mywebsite.com/es/login/registro" [R=301,L]
但它重定向到https://mywebsite.com/es/login/registro?item=21
我怎样才能摆脱这个?item=21字符串呢?