网站首页 美食营养 游戏数码 手工爱好 生活家居 健康养生 运动户外 职场理财 情感交际 母婴教育 时尚美容

ASP网站如何做301重定向

时间:2024-11-08 20:04:27

1、先上一段我经常使用的asp代码:<%Dimdomain301,sndomain301=Request.ServerVari锾攒揉敫ables("Server_name")'获取域名'这里的3是指www的长度ifleft(domain301,3<>"www"thenResponse.Status="301MovedPermanently"    if(Request.ServerVariables("Query_String")<>"")thenResponse.AddHeader"Location","http://www.lichuangcheng.com"&Request.ServerVariables("Path_Info")&"?"&Request.ServerVariables("Query_String")elseResponse.AddHeader"Location","http://www.lichuangcheng.com"&Request.ServerVariables("Path_Info")endifResponse.Endend if%> 具体的思路就是,判断域名是不是有www,没有www的话跳转到一个添加了www的网址上。

© 2025 小知经验
信息来自网络 所有数据仅供参考
有疑问请联系站长 site.kefu@gmail.com