301跳转的实现

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

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

原文地址:https://www.cnblogs.com/applesuch5/p/1927509.html