- 积分
- 19754
- 经验
- 1998 点
- 热情
- 1987 点
- 魅力
- 145 点
- 信誉
- 1406 度
- 金币
- 2571 枚
- 钻石
- 41 颗
- 蓝光币
- 10 ¥
Forum CEO
- 金币
- 2571 枚
- 体力
- 12349 点
|
1.独立服务器
2.虚拟主机
3.404.asp源代码- <%
- dim s,t:s=Replace(Replace(request.querystring,"404;",""),":80/","/"):t=s
- s=replace(s,"老域名","新域名")
- 'response.write s
- if t<>s then
- Response.Status="301 Moved Permanently"
- Response.AddHeader "Location",s
- else
- Response.Status="404 Not found"
- end if
- %>
复制代码 放在你网站的根目录即可 |
|