# If you want to use server side includes,
or CGI outside#
ScriptAliased directories,
uncomment the following lines.#
AddType text/x-server-parsed-html
.shtml#AddType application/x-httpd-CGI
.CGI
<Directory /usr/local/etc/httpd/htdocs>
# This may also be "None",
"All", or any combination of "Indexes",
# "Includes", or "FollowSymLinks"
Options Indexes FollowSymLinks
</Directory>
将其中的Options Indexes FollowSymLinks改为:Options Indexes FollowSymLinks Includes 即可。