我知道这不应该太难做到
我想知道如何重定向:
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]