两个域名可以绑定一个空间~你只需要修改一下首页结构就可以了~然后复制我下边给你的代码~
做成首页.asp
代码如下
<%
'取得HTTP输入的值并付值到HTOST中
host=lcase(request.servervariables("HTTP_HOST"))
'开始条件跳转
Select CASE host
' 如果HOST的值是url就选择事件case"url"的命令
CASE "url"
' Below is the redirect command
response.redirect "url"
CASE "url"
' Below is the redirect command
response.redirect "url"
CASE "URL"
' Below is the redirect command
response.redirect "URL"
' 继续添加...
CASE "URL"
' Below is the redirect command
response.redirect "URL"
'We use CASE ELSE to fix any other requests
CASE ELSE
response.redirect "default.asp"
END Select
%>