一、域名必须支持泛解析,而且你也要设置成泛解析,做法就是解析A记录,名称为*到IP。
二、服务器上,要做二级域名的网站的主机头必须为空,这样才会把所有未指定的二级域名接管过来。
三、Asp程序获取会员账号已经生成二级域名。
<% Dim hostname hostname=Request.ServerVariables("SERVER_NAME") hostname=Replace(hostname,"www.","") '去掉前面的www if Instr(hostname,"wqhl.cn")<2 then '判断域名中包含xxx.com则正常显示网站,否则其他域名均显示以下文字提示 response.write "必须是二级域名才可以" '防止aspbc.com这个域名进入 Response.end end if username=Split(hostname,".")(0) '得到用户名 username=Replace(Replace(username,"'",""),";","") '过滤掉单引号和分号 %> 二级域名:<%=hostname%> 会员账号:<%=username%>
建站咨询热线
029-33273980