301跳转的实现

老站首页的pr比较高,除了首页都要做301重定向,但是用了

           Response.Status = "301 Moved Permanently";
            Response.AddHeader("Location", "http://www.baidu.com/");这种方法后发现可以跳转,但是用fiddler查看的时候result显示的是304,是正常的吗?

posted on 2011-01-06 11:21  .net小鸟  阅读(300)  评论(0编辑  收藏  举报