I've tried unsuccessfully to use the Apache FilesMatch directive to process all files as PHP. Using this <FilesMatch "\.html$">
, I'm able to process specific file extensions as PHP, but I'm unable to find a directive that encompasses all file types, with our without extensions.
How can I configure Apache to parse all files for PHP content?