發(fā)表日期:2019-12 文章編輯:小燈 瀏覽次數(shù):3879
什么是SSI?
SSI是英文Server Side Includes的縮寫,翻譯成中文就是服務(wù)器端包含的意思。從技術(shù)角度上說,SSI就是在HTML文件中,可以通過注釋行調(diào)用的命令或指針。SSI具有強(qiáng)大的功能,只要使用一條簡單的SSI命令就可以實現(xiàn)整個網(wǎng)站的內(nèi)容更新,時間和日期的動態(tài)顯示,以及執(zhí)行shell和CGI腳本程序等復(fù)雜的功能。
如何使你的Apache服務(wù)器支持SSI?
Apache默認(rèn)是不支持SSI的,需要我們更改httpd.conf來進(jìn)行配置。我這里以windows平臺的Apache 2.0.x為例:打開conf目錄下的httpd.conf文件,搜索“AddType text/html .shtml”,搜索結(jié)果:
# AddType text/html .shtml
# AddOutputFilter INCLUDES .shtml
把這兩行前面的#去掉。
然后搜索“Options Indexes FollowSymLinks”
在搜索到的那一行后面添加“ Includes”
即將該行改變?yōu)椋?/p>
Options Indexes FollowSymLinks Includes
保存httpd.conf,重起apache即可。
開啟shtml
打開文件 ./include/config.inc.php
<?php
//數(shù)據(jù)庫配置信息
define('DB_HOST', 'localhost'); //數(shù)據(jù)庫服務(wù)器主機(jī)地址
define('DB_USER', 'root'); //數(shù)據(jù)庫帳號
define('DB_PW', 'root'); //數(shù)據(jù)庫密碼
define('DB_NAME', 'phpcmsutf'); //數(shù)據(jù)庫名
define('DB_PRE', 'phpcms_'); //數(shù)據(jù)庫表前綴,同一數(shù)據(jù)庫安裝多套Phpcms時,請修改表前綴
define('DB_CHARSET', 'utf8'); //數(shù)據(jù)庫字符集
define('DB_PCONNECT', 0); //0 或1,是否使用持久連接
define('DB_DATABASE', 'mysql'); //數(shù)據(jù)庫類型
//網(wǎng)站路徑配置
define('PHPCMS_PATH', '/cms/phpcms_utf/'); //Phpcms框架訪問路徑,相對于域名
//shtml 支持
define('SHTML', 0); //是否支持 shtml,需要服務(wù)器支持,并且生成文件擴(kuò)展名為 shtml
將它:
define('SHTML', 0); //是否支持 shtml,需要服務(wù)器支持,并且生成文件擴(kuò)展名為 shtml
改成:
define('SHTML', 1); //是否支持 shtml,需要服務(wù)器支持,并且生成文件擴(kuò)展名為 shtml
日期:2019-12 瀏覽次數(shù):4695
日期:2019-12 瀏覽次數(shù):4135
日期:2019-12 瀏覽次數(shù):3878
日期:2019-12 瀏覽次數(shù):4124
日期:2019-12 瀏覽次數(shù):4244
日期:2019-12 瀏覽次數(shù):4028
日期:2019-12 瀏覽次數(shù):4299
日期:2019-12 瀏覽次數(shù):3947
日期:2019-12 瀏覽次數(shù):4459
日期:2019-12 瀏覽次數(shù):4475
日期:2019-12 瀏覽次數(shù):4230
日期:2019-12 瀏覽次數(shù):4802
日期:2019-12 瀏覽次數(shù):4191
日期:2019-12 瀏覽次數(shù):4017
日期:2019-12 瀏覽次數(shù):4080
日期:2019-12 瀏覽次數(shù):3998
日期:2019-12 瀏覽次數(shù):4271
日期:2019-12 瀏覽次數(shù):4085
日期:2019-12 瀏覽次數(shù):4096
日期:2019-12 瀏覽次數(shù):5468
日期:2019-12 瀏覽次數(shù):4559
日期:2019-12 瀏覽次數(shù):3935
日期:2019-12 瀏覽次數(shù):3978
日期:2019-12 瀏覽次數(shù):4051
日期:2019-12 瀏覽次數(shù):4773
日期:2019-12 瀏覽次數(shù):3923
日期:2019-12 瀏覽次數(shù):3852
日期:2019-12 瀏覽次數(shù):4171
日期:2019-12 瀏覽次數(shù):3793
日期:2019-12 瀏覽次數(shù):4081
Copyright ? 2013-2018 Tadeng NetWork Technology Co., LTD. All Rights Reserved.