開啟SSI使Apache支援shtml網頁檔案

2021-06-14 10:22:46 字數 372 閱讀 1488

要實現apache支援shtml偽靜態則需要開啟ssi並可支援用shtml來include網頁檔案

1、開conf目錄下的httpd.conf檔案,搜尋「addtype text/html .shtml」,找到

# addtype text/html .shtml 

# addoutputfilter includes .shtml 

把這兩行前面的#去掉 。

2、搜尋「options indexes followsymlinks」在搜尋到的那一行後面新增「includes」

即將該行改變為「options indexes followsymlinks includes」

3、儲存httpd.conf,重起apache即可。

SSI在APACHE中的開啟

介紹說明一下shtml和shtm 關於shtml,shtml是一種基於ssi技術的檔案,也就是server side include ssi 伺服器端包含指令,一些web server如果有ssi功能的話就會對shtml檔案特殊招待,伺服器會先掃一次shtml檔案看沒有特殊的ssi指令存在,如果有的...

apache伺服器ssi支援配置

apache伺服器ssi支援配置 1.開啟conf目錄下的httpd.conf檔案,搜尋 addtype text html shtml 找到 addtype text html shtml addoutputfilter includes shtml 把這兩行前面的 去掉 2.然後搜尋 optio...

使Apache支援jsp和php

下面要在dns裡加上網域名稱,因為我是win 2000pro,沒有dns,所以我直接在c winnt system32 drivers etc hosts win2k下,98我不知道有沒有 檔案中加上 192.168.0.152 www.wen.jsp.com 192.168.0.152 www.w...