AddType application/x-httpd-php .html .htm .shtml
Add the .shtml if you want to parse .shtml for php.
You actually can parse for both in Apache2 by setting up an INCLUDES filter on the content.
Make sure pages are already parsed, then do something like:
AddOutputFilterbyType INCLUDES text/html
maybe.....
