php 跳转

if('http://'.$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI'] =="http://www.nikemalaysia.com.my/product-1696.html" ){
Header("HTTP/1.1 301 Moved Permanently");
header("location:http://www.ugg-sales-home.com");
}