单页重定向:<script type="text/javascript"> window.location.href='http://www.smwbbs.cn/post/155.HTML';</script>
asp:
Response.Status="301 Moved Permanently"
Response.AddHeader "Location", "http://www.wlpxw.net/"
Response.End
php:
header("HTTP/1.1 301 Moved Permanently");
header("Location:http://www.wlpxw.net/);
exit();
ASP.NET:
转载声明:本站发布文章及版权归原作者所有,转载本站文章请注明文章来源!