Seems easy, right? Done it a million times, right? Me too. For some reason this isn't working on an A2 hosting configuration. Anyone have any ideas?
In .htaccess in "/" directory
AddType application/x-httpd-php .html
test.php which is "Hello World" executes just fine. test.html downloads instead of parsing.
I have read lots of Q&As and no luck. What is missing? What other configs can I examine? Thanks.