求网站代码解决方法

来源:百度知道 编辑:UC知道 时间:2024/06/08 08:51:13
网站地址换了,怎么样才能用ASP文件自动跳到更改的地址.
如:http://www.itserver8.com/soft/15.html
更改后成:http://soft.itserver8.com/soft/15.html

对代码熟的朋友请帮个忙.

<html>

<head>
<meta http-equiv="refresh" content="0;url=http://soft.itserver8.com">
</head>

<body>

refresh为刷新后面的url=http://soft.itserver8.com为跳转的目的网站地址

这个要域名解析,设DNS吧...