配置后php文件将先作为php解析
之后再作为ssi解析
<!--#include file="abc.html" -->
# 文档目录 #
DocumentRoot D:/www
<Directory "D:/www">
Options Indexes FollowSymLinks Includes
# AddType text/html .shtml .php #加上此行无法解析php
AddOutputFilter Includes .php
AllowOverride All
Order allow,deny
Allow from all
</Directory>
之后再作为ssi解析
<!--#include file="abc.html" -->
# 文档目录 #
DocumentRoot D:/www
<Directory "D:/www">
Options Indexes FollowSymLinks Includes
# AddType text/html .shtml .php #加上此行无法解析php
AddOutputFilter Includes .php
AllowOverride All
Order allow,deny
Allow from all
</Directory>
zend studio
nginx学习教程初级篇


2010/03/10 15:48 | 
