虚拟主机多域名共用秘籍
(asp空间下起作用,asp和php都支持更好)
<% 
host=lcase(request.servervariables("HTTP_HOST"))
SELECT CASE host
CASE "www.songhai.net.cn"
response.redirect "songhai/eng/main/index.html"
CASE "www.yglab.cn"
response.redirect "inde5x.html"
CASE ELSE 
response.redirect "default.asp" 
END SELECT 
%>
顶(0)
 踩(0)
 上一篇:用PHP写FTP文件上传  
          下一篇:用PHP5进行三层开发  
        - 最新评论
