使用301重定向

时间:2015/10/17 11:11:00来源:互联网 作者:flyso 点击: 1660 次

使用 Response.Redirect "flyso.cn" 转向方法的HTTP Status Code 为302

下面是301转向的代码:



<script runat="server">
private void Page_Load(object sender, System.EventArgs e)
{
Response.Status = "301 Moved Permanently";
Response.AddHeader("Location","flyso.cn/);
}
</script>


Copyright © 2005 - 2016 flyso.cn. 飞搜 版权所有 鄂ICP备11002783号-3