重定向 .htaccess 中的 301 重定向到其他网址


Redirect 301 in .htaccess Redirecting to other url

我使用此代码重定向了我重新设计的网站之一。

Redirect 301 /oldurl http://www.domain.com/newurl                                                          

当我在我的htaccess文件中使用此代码时。 我得到的网址是 htt://www 域 com/newurl?oldurl任何人都可以帮助我解决这个问题吗

嘿,有人帮助这个网站再次面对同样的问题:http://www.godsfood.in/

我得到了这个解决方案.试试这个

RewriteRule ^old-location/?$ /new-location/   [END,R=301]