我正尝试使用以下代码将一个URL重定向到301。
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
Redirect 301 /shopby/Diningroom-furniture https://<domain name>/shopby/dining-furniture-on-rent
</IfModule>
但是它不能正常工作,它正在将https://<domain name>/shopby/Diningroom-furniture
重定向到
https://<domain name>/shopby/dining-furniture-on-rent?/shopby/Diningroom-furniture
有人可以让我知道我在做什么错误。我也尝试了以下代码,但得到了相同的结果...
Redirect 301 /shopby/Diningroom-furniture https://<domain name>/shopby/dining-furniture-on-rent