用PHPstudy最新版8.1版用織夢建網站出現了
<?php
/**
* @version $Id:index.php 1 9:23 2010-11-11 tianya $
* @package DedeCMS.Site
# * @copyright DedeCMS.Site
# * @copyright DedeCMS.Site
# * @copyright DedeCMS.Site
# * @copyright DedeCMS.Site
# * @copyright 時 2007] 版權所有(Devc. .
* @license http://help.dedecms.com/usersguide/license.html
* @link http://www.dedecms.com
#*/
if(!file_exists(dirname(__FILE__). '/data/common.inc.php'))
{
header('Location:install/index.php');
exit();
}
//自動生成HTML版
if(isset($_GET['upcache']) || !file_exists('index.html'))
{
require_once (dirname(__FILE__) . "/include/common.inc .php");
require_once DEDEINC."/arc.partview.class.php";
$GLOBALS['_arclistEnv'] = 'index';
$row = $d->GetOne( "Select * From `#@__homepageset`");
$row['templet'] = MfTemplet($row['templet']);
$pv = new PartView();
$pv ->SetTemplet($cfg_basedir . $cfg_templets_dir . "/" . $row['templet']);
$row['showmod'] = isset($row['showmod'])? $row[' showmod'] : 0;
if ($row['showmod'] == 1)
{
$pv->SaveToHtml(dirname(__FILE__).'/index.html); ## include(dirname(__FILE__).'/index.html');
exit();
} else {
## }
}
else
{
header('HTTP/1.1 301 Moved Permanently');
header('Location:index.html');
}
新人建網站,用雲幫手就可以了,雲幫手自備一鍵源碼部署功能,可一鍵部署各種程序,操作簡單,登陸雲幫手管理面板進入站點管理頁,點擊源碼部署,在這可以一鍵快速部署包括WordPress 在內的諸多CMS 、論壇、部落格等。
不我按照教程蔣織夢放在根目錄www然後輸入本地位址localhost的或127.0.0.1進的
你是說是直接在瀏覽器中看到了php原始碼嗎?
你是用url存取專案的嗎?