为了告诉你答案还特意注册了一下,原来的用户名忘记了. 昨天看到了,想回复,有事耽误了.
<%@LANGUAGE=" CODEPAGE="936"%>
<%option explicit%>
<!--#include file="KS_Cls/Kesion.AppCls.asp"-->
<%
'****************************************************
' Software name:Kesion CMS 9.0
' Email: service@kesion.com . QQ:111394,9537636
' Web: http://www.kesion.com http://www.kesion.cn
' Copyright (C) Kesion Network All Rights Reserved.
'****************************************************
Dim KSCls
Set KSCls = New SiteIndex
KSCls.Kesion()
Set KSCls = Nothing
Const AllowSecondDomain=false '是否允许开启空间二级域名 true-开启 false-不开启
把上面的原来的true改为现在的false就可以了.