将所有流量从test.bilforhandler1.no重定向到www.sminkepriser.no时遇到麻烦。 Sminkepriser.no的工作方式与ut应该一样,但是问题出在诸如http://test.bilforhandler1.no/product/silk-effect-compact-powder-collistar-pudder-4/之类的某些产品页面上,这些页面没有重定向。
到目前为止, .htaccess代码为:
RewriteCond %{HTTP_HOST} ^test.bilforhandler1.no$ [NC]
RewriteRule (.*) http://www.sminkepriser.no/$1 [R=301,L]
但这仍然不会重定向它。
非常感谢所有帮助。