Forum Moderators: coopster
AddType application/x-httpd-php .html .php .htm
A PHP include didn't work with just that so I added this and it's working just fine on .html pages
AddHandler application/x-httpd-php .html .php
MIght be more than needed, but that's what I found when looking up what to do.