跳转代码如下(举例说明的链接):
在index.php文件添加一下代码:
$url = ‘域名/products_show.asp?id=60’;
if($url == $server) { header(‘HTTP/1.1 301 Moved Permanently’);
header(“Location:/product_details/93.html”);

跳转代码如下(举例说明的链接):
在index.php文件添加一下代码:
$url = ‘域名/products_show.asp?id=60’;
if($url == $server) { header(‘HTTP/1.1 301 Moved Permanently’);
header(“Location:/product_details/93.html”);