将oldsite.com/index.html重定向到newsite.com/index

时间:2015-07-31 08:47:03

标签: .htaccess redirect opencart

我知道这不应该太难做到

我想知道如何重定向:

oldsite.com/guide.html to newsite.com/guide

我正在玩弄东西,但是oldsite.com/guide.html将我重定向到newsite.com/index.php?route=guide.html,而不是newsite.com/guide 我在这两个网站上使用opencart。

我在我的旧网站中使用此代码:

RewriteCond %{HTTP_HOST} ^oldsite\.com$ [NC]
RewriteRule ^(.*)$ http://newsite.com/$1 [R=301,L]

0 个答案:

没有答案