Umumnya, ini cukup nambahkan type dan handlernya. Kalau hostingnya pakai pure apache saja, cukup tambahkan baris berikut di .htaccessnya:
AddHandler application/x-httpd-php .htm .html AddType application/x-httpd-php .htm .html
Tapi, kalau hostingnya pakai litespeed atau apache + mod_lsapi, ubah baris di atas dengan baris berikut:
AddHandler application/x-httpd-lsphp .html AddType application/x-httpd-lsphp .html
Seharusnya bekerja 🙂