浙江省高等学校教师教育理论培训

微信搜索“毛凌志岗前心得”小程序

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
http://www.7788sky.cn/post/asp_php_301_head_redirect.html
reference link as above

PHP:

在 index.php 的最顶部加入以下几行:

<?php
header("HTTP/1.1 301 Moved Permanently");
header("Location: http://www.7788sky.cn/");
exit();
?>

ASP:

在 index.asp 或 default.asp 的最顶部加入以下几行:

<%
Response.Status="301 Moved Permanently"
Response.AddHeader "Location","http://www.7788sky.cn/"
Response.End
%>






posted on 2010-06-02 10:54  lexus  阅读(253)  评论(0编辑  收藏  举报