Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

为什么装了DZ6.0EXP,打开出现源代码?

[复制链接]
sushan 发表于 2007-12-18 16:29:27 | 显示全部楼层 |阅读模式
我装了DZ6.0EXP,又装了IIS,打开首页出现源代码,不知道哪里的问题.
  1. <?php

  2. /*
  3.         [Discuz!] (C)2001-2007 Comsenz Inc.
  4.         This is NOT a freeware, use is subject to license terms

  5.         $Id: index.php 10486 2007-09-03 06:53:29Z liuqiang $
  6. */

  7. define('CURSCRIPT', 'index');

  8. require_once './include/common.inc.php';
  9. require_once DISCUZ_ROOT.'./include/forum.func.php';

  10. $discuz_action = 1;

  11. if($cacheindexlife && !$discuz_uid && $showoldetails != 'yes' && (!$_DCACHE['settings']['frameon'] || $_DCACHE['settings']['frameon'] && $_GET['frameon'] != 'yes') && empty($gid)) {

  12.         $indexcache = getcacheinfo(0);

  13.         if($timestamp - $indexcache['filemtime'] > $cacheindexlife) {
  14.                 @unlink($indexcache['filename']);
  15.                 define('CACHE_FILE', $indexcache['filename']);
  16.                 $styleid = $_DCACHE['settings']['styleid'];
  17.         } elseif($indexcache['filename']) {
  18.                 @readfile($indexcache['filename']);
  19.                 $debug && debuginfo();
复制代码
vrlinux.cn 发表于 2007-12-18 17:08:33 | 显示全部楼层
DZ6.0EXP,不是用IIS的?你要启动apache
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2024-11-20 01:42 , Processed in 0.020251 second(s), 4 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表