I've searched high and low for this and support doesn't have an answer for me.
I just added suphp to my VPS (apache 2.2, php5) and have now found that with suphp, you can't use .htaccess files to set php flags or parameters. This is what I had in my .htaccess files:
AddType application/x-httpd-php .html
AddType application/x-httpd-php .htm
Support suggested that I could do it with php.ini but I've tried adding that code and various other things that I've found on the net but it's not working.
How can I get php parsed on all .html pages server-wide since I can't use .htaccess?
Thanks!