<span style=&#34;font-size:14px;&#34;><span style=&#34;font-family:tahoma,geneva,sans-serif;&#34;><?phpif(!file_exists(dirname(__FI" />

国产成人精品无码青草_亚洲国产美女精品久久久久∴_欧美人与鲁交大毛片免费_国产果冻豆传媒麻婆精东

15158846557 在線咨詢 在線咨詢
15158846557 在線咨詢
所在位置: 首頁 > 營銷資訊 > 網(wǎng)站運營 > PHP 織夢系統(tǒng)首頁動態(tài)化實現(xiàn)

PHP 織夢系統(tǒng)首頁動態(tài)化實現(xiàn)

時間: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)

如果是Apache環(huán)境的則打開偽靜態(tài)文件.htaccess 加入偽靜態(tài)規(guī)則:

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)

74
73
25
news

版權(quán)所有? 億企邦 1997-2025 保留一切法律許可權(quán)利。

為了最佳展示效果,本站不支持IE9及以下版本的瀏覽器,建議您使用谷歌Chrome瀏覽器。 點擊下載Chrome瀏覽器
關(guān)閉