如何在一个空间安装多个网站
以下为原代码:
<script language=javascript>
if(this.location=="http://www.sina.com/")
{this.location.href=http://www.sina.com/index.html;}
else
if(this.location=="http://www.sina.cn/")
{this.location.href=http://www.sina.com/index.html2;}
</script>

