導航:首頁 > 凈水問答 > dedecms過濾html

dedecms過濾html

發布時間:2025-04-30 15:23:30

① dedecms織夢程序首頁如何去除index.html

關於dedecms織夢程序首頁如何去除index.html有以下三種解決方法



一、靜態訪問也分3種解決方法



1、IIS


打開IIS點擊文檔,裡面將index.html置於index.php上面,這有什麼作用呢?其實這樣設置就是在網站同時有index.php和index.html的情況下,先訪問index,html這樣就不會出現跳轉的情況





三、把dedecms的index.php更為以下內容



GetOne("Select * From `#@__homepageset`"); $row['templet'] =
MfTemplet($row['templet']); $pv = new PartView();
$pv->SetTemplet($cfg_basedir . $cfg_templets_dir . "/" . $row['templet']);
$pv->SaveToHtml(dirname(__FILE__).'/index.html');
include(dirname(__FILE__).'/index.html'); exit(); ?>



//自動生成HTML版


require_once (dirname(__FILE__) . "/include/common.inc.php");


require_once DEDEINC."/arc.partview.class.php";


$GLOBALS['_arclistEnv'] = 'index';


$row = $dsql->GetOne("Select * From `#@__homepageset`");


$row['templet'] = MfTemplet($row['templet']);


$pv = new PartView();


$pv->SetTemplet($cfg_basedir . $cfg_templets_dir . "/" .
$row['templet']);


$pv->SaveToHtml(dirname(__FILE__).'/index.html');


include(dirname(__FILE__).'/index.html');


exit();


?>


其實主要就是把那段301定向代碼刪除


header(『HTTP/1.1 301 Moved Permanently』);


header(『Location:index.html』);

閱讀全文

與dedecms過濾html相關的資料

熱點內容
30到35樹脂刷什麼 瀏覽:968
凈水器ro膜燈閃爍 瀏覽:921
日產軒逸4速變速箱濾芯怎麼更換 瀏覽:49
安陽洗煤廢水壓濾機多少錢 瀏覽:67
圓形樹脂瓦工程效果圖 瀏覽:776
污水垃圾有哪些 瀏覽:895
凈水器的鵝頸怎麼拆卸 瀏覽:770
凈水保護器與凈水器怎麼串聯 瀏覽:613
04款路虎攬勝怎麼更換空調濾芯 瀏覽:177
本田如何換發動機空氣濾芯 瀏覽:455
汽車濾芯型號怎麼區分 瀏覽:749
反滲透一段二段怎麼排列 瀏覽:836
過濾灰塵鼻子 瀏覽:843
水處理競賽試題答案 瀏覽:967
市場污水弄臟了怎麼洗掉 瀏覽:840
污水泵如何銷售 瀏覽:539
有機相超濾膜 瀏覽:867
四川過濾芯多少錢 瀏覽:976
武漢質量好的復合樹脂 瀏覽:927
玻璃鋼和環氧樹脂的區別 瀏覽:628