我使用MAMP開發網站。我在htdocs文件夾中的每個站點都有自己的文件夾。我管理一個我需要使用ssi指令的站點,因爲主機不允許php包含。允許使用MAMP的htdocs文件夾中的所有HTML頁面的SSI include指令
我取消註釋在httpd.conf文件這些行:
我在htdocs文件夾添加.htaccess文件與以下內容:
AddType text/html .shtml
AddHandler server-parsed .html
AddHandler server-parsed .shtml
Options Indexes FollowSymLinks Includes
在網站索引頁面上使用的包括作品:
<!--#include file="top-nav.shtml" -->
但它不適用於任何子文件夾中的文件。我得到這個錯誤:
[an error occurred while processing this directive]