2011年1月6日
摘要: 老站首页的pr比较高,除了首页都要做301重定向,但是用了 Response.Status = "301 Moved Permanently"; Response.AddHeader("Location", "http://www.baidu.com/");这种方法后发现可以跳转,但是用fiddler查看的时候result显示的是304,是正常的吗? 阅读全文
posted @ 2011-01-06 11:21 .net小鸟 阅读(300) 评论(0) 推荐(0) 编辑