301将一个URL永久重定向到另一个

时间:2019-09-15 03:24:48

标签: .htaccess codeigniter-htaccess

我正尝试使用以下代码将一个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

0 个答案:

没有答案