解析好的静态页面.shtml浏览器无法解析.需要apache解析后再返回给浏览器
让Apache支持SHTML(SSI)的配置方法
http.conf放开
addtype text/html .shtml
addoutputfileter includes .shtml
再搜索Options Indexes FollowSymLinks
后面补上
Includes MultiViews ExecCGI
2021-08-07 15:31:48
解析好的静态页面.shtml浏览器无法解析.需要apache解析后再返回给浏览器
让Apache支持SHTML(SSI)的配置方法
http.conf放开
addtype text/html .shtml
addoutputfileter includes .shtml
再搜索Options Indexes FollowSymLinks
后面补上
Includes MultiViews ExecCGI