PHP 让apache支持ssi
阅读(2728)Options Indexes FollowSymLinks Includes ExecCGI
AddType application/x-httpd-CGI .CGI
AddType text/html .shtml .html .htm
AddOutputFilter INCLUDES .shtml .html .htm
AddType text/css .css
AddOutputFilter INCLUDES .css
AddType text/javascript .js
AddOutputFilter INCLUDES .js
AddType text/html .py
将上面代码保存为一个.htaccess文件放在服务器根目录下即可