時間:2023-08-29 10:24:01 | 來源:網(wǎng)站運營
時間:2023-08-29 10:24:01 來源:網(wǎng)站運營
PHP 織夢系統(tǒng)首頁動態(tài)化實現(xiàn):一、將根目錄下的index.php代碼做出如下替換<span style="font-size:14px;"><span style="font-family:tahoma,geneva,sans-serif;"><?phpif(!file_exists(dirname(__FILE__).'/data/common.inc.php')){ header('Location:install/index.php'); exit();}require_once (dirname(__FILE__) . "/include/common.inc.php");require_once DEDEINC."/arc.partview.class.php";$GLOBALS['_arclistEnv'] = 'index';$row = $dsql->GetOne("Select * From `dede_homepageset`");$row['templet'] = MfTemplet($row['templet']);$pv = new PartView();$pv->SetTemplet($cfg_basedir . $cfg_templets_dir . "/" . $row['templet']);$pv->Display();?></span></span>
二、配置偽靜態(tài)RewriteRule ^index.html$ /index.php [L]
如果是Nginx環(huán)境的則打開偽靜態(tài)文件nginx.htaccess 加入偽靜態(tài)規(guī)則:rewrite "^/index.html$" /index.php last;
通過以上簡單的兩步配置即可實現(xiàn)織夢系統(tǒng)的首頁動態(tài)化設(shè)置關(guān)鍵詞:動態(tài),實現(xiàn),系統(tǒng)
微信公眾號
版權(quán)所有? 億企邦 1997-2025 保留一切法律許可權(quán)利。