标签:
解析好的静态页面.shtml浏览器无法解析.需要apache解析后再返回给浏览器
让Apache支持SHTML(SSI)的配置方法
http.conf放开
addtype text/html .shtml
addoutputfileter includes .shtml
再搜索Options Indexes FollowSymLinks
后面补上
Includes MultiViews ExecCGI
解析好的静态页面.shtml浏览器无法解析.需要apache解析后再返回给浏览器
标签:
原文地址:http://www.cnblogs.com/bj-tony/p/5359872.html