I've tried everything I can think of to run .html files as php in CGI mode on MAMP Pro and nothing seems to work. Currently, I'm trying this but apache fails to start -
AddHandler fcgid-script .html
FCGIWrapper /Applications/MAMP/fcgi-bin/php5.6.25.fcgi .html
I've also tried a whole bunch of different AddHandler options.
Has anyone successfully been able to do this?