發(fā)布時(shí)間:2020-08-06 15:11 作者:獨(dú)孤劍 閱讀:1205
頁(yè)面永久跳轉(zhuǎn),適合網(wǎng)站改版使用
原頁(yè)面:http://www.abc.com/about.aspx
新頁(yè)面:http://www.abc.com/about-new.aspx
about.aspx
<%@ Page Language="C#"%> <script runat="server"> /// <summary> /// 初始化頁(yè)面 /// </summary> protected void Page_Load(object sender, EventArgs e) { HttpContext.Current.Response.StatusCode = 301; HttpContext.Current.Response.Status = "301 Moved Permanently"; HttpContext.Current.Response.AddHeader("Location", "about-new.aspx"); //HttpContext.Current.Response.AddHeader("Location", "http://www.xxx.com/about-new.aspx"); HttpContext.Current.Response.End(); } </script>
微信打賞, 微信掃一掃
支付寶打賞, 支付寶掃一掃
如果文章對(duì)您有幫助,歡迎給作者打賞