7万
861
32万
论坛元老
MVC3用以下代码实现全站重定向复制代码 代码如下:protected void Application_BeginRequest(object sender, EventArgs e) { string strUrl = Request.Url.ToString().Trim().ToLower(); if (strUrl.Contains("http://jb51.net")) { Response.RedirectPermanent(strUrl.Replace("http://jb51.net", "//www.jb51.net")); } }
实现如:http://jb51.net/about 重定向到 //www.jb51.net/about
使用道具 举报
0
2万
55
注册会员
中级会员
1万
13
97
16
174
2
67
14
75
26
140
本版积分规则 发表回复 回帖后跳转到最后一页
手机版|小黑屋|网站地图|源码论坛 ( 海外版 )
GMT+8, 2025-2-6 23:43 , Processed in 0.074783 second(s), 24 queries .
Powered by Discuz! X3.4
Copyright © 2001-2020, Tencent Cloud.