Forum Moderators: phranque
<!--#include virtual="example.php" -->
I'd *really* like to avoid having to edit all of the files on this site...
AddHandler application/x-httpd-php5 .html .htm IncludesNOEXEC option set then "normal" .html files are included OK, but .php files fail with the message "[an error occurred while processing this directive]" (so the SSI is being processed) - this is regardless of whether the .php file actually contains any PHP or just plain text. I didn't try any variation of IncludesEXEC ... The whole thing has made me resolve to construct a standard set of Options to add when I start working on a site.
IncludesNOEXEC is set in your server config? Options such as Includes and IncludesNOEXEC should only be set if required, so they shouldn't really be considered a "standard set" IMO.