打开你的httpd.conf

首先要确认LoadModule include_module libexec/apache2/mod_include.so

这上行没有注释掉!

然后搜索“AddType text/html .shtml”,

AddType text/html .shtml

AddOutputFilter INCLUDES .shtml

把这两行前面的#去掉。

然后搜索“Options Indexes FollowSymLinks”

在搜索到的那一行后面添加“ Includes”

即将该行改变为 Options Indexes FollowSymLinks Includes

保存httpd.conf,重起apache即可。