I installed PHP+SuExec on a few servers for testing. Everything is great, execpt one problem.

Many clients setup a Mime Type to phrase htm and html as PHP, so you can have php code in them. Once PHP+SuExec is turned on, all the mime types like that, fail ( I had to remove them from the .htaccess files, just to see the sites again )

Is there a solution?

Could it be setup as an Apache Handler, instead? or both?
Should it be done in in httpd.conf instead of .htaccess? ( would prefer, for the clients to still be able to choose this option, and not turn it on server wide... )

Any ideas?