RemoveHandler .html .htm
AddType application/x-httpd-php .php .htm .html
Just add the above into the .htaccess file for your website.
Also remember that you need to be allowed to override the Apache and this should go into the vhost for your site as shown below:
# you need the AllowOverride otherwise .htaccess directives will be ignored
<Directory "/www/vhosts/complaintdb.com/httpdocs">
Options FollowSymLinks
AllowOverride All
</Directory>
Tags:
parse, php, html, htaccess, allowoverrideremovehandler, htmaddtype, httpd, htm, website, override, apache, vhost, allowoverride, directives, ignored, directory, quot, www, vhosts, complaintdb, httpdocs, followsymlinksallowoverride,