开启ssi(apache配置)
2012 年 12 月 1 日 at 下午 11:08分类:Apache
在 apache配置文件 httpd.conf 文件中找到
#AddType text/html .shtml
#AddOutputFilter INCLUDES .shtml (408行左右)
修改为
AddType text/html .shtml
AddOutputFilter INCLUDES .shtml
再找到 Options Indexes FollowSymLinks(219行左右) 这一行,
修改为
Options Indexes FollowSymLinks Includes
重新启动apache服务器,设置完成!