|
主题:系统在虚拟目录下的实现方法,系统想放哪就放哪 [收藏主题] | 转到: |
打开 admin/system/System_SiteConfig.asp 这个站点配置文件 71行: InstallDir = Request.ServerVariables("APPL_MD_PATH") InstallDir = Right(InstallDir, Len(InstallDir) - InStr(InstallDir, "Root") - 3) If Instr(UCASE(InstallDir),"/W3SVC")<>0 Then InstallDir=Left(InstallDir,Instr(InstallDir,"/W3SVC")-1) End If 替换成: dim strDir,strAdminDir strDir=Trim(request.ServerVariables("SCRIPT_NAME")) strAdminDir=split(strDir,"/")(Ubound(split(strDir,"/"))-2) & "/"&split(strDir,"/")(Ubound(split(strDir,"/"))-1) & "/" InstallDir=left(strDir,instr(lcase(strDir),"/"&Lcase(strAdminDir))) 然后到后台,信息配置,保存OK!!! |
|
支持(0) | 反对(0) 顶端 底部 |
我打了4-12 的补丁 我现在把他放在 任意一个子目录下了 但是图片显示问题还是不能解决!!! 演示: http://61.136.199.184/xbjs/xsjzt/Index.html 图片URL: http://61.136.199.184/Admin/images1/sssddd_04.jpg 我批量改过来 还是不行!! 不知道到底是怎么解决 还有 CSS 也不起作用了~~ 我还有个放在 根目录 www.50zz.com 下是没有任何问题 请高手帮忙指点下~~~~~~~~~~~ |
|
支持(0) | 反对(0) 顶端 底部 |
支持(0) | 反对(0) 顶端 底部 |
支持(0) | 反对(0) 顶端 底部 |
支持(0) | 反对(0) 顶端 底部 |
|
||
支持(0) | 反对(0) 顶端 底部 |
支持(0) | 反对(0) 顶端 底部 |
支持(0) | 反对(0) 顶端 底部 |
支持(0) | 反对(0) 顶端 底部 |
支持(0) | 反对(0) 顶端 底部 |
<上一主题 | 下一主题 > |