AddType application/x-httpd-php .php .htm .html
<FilesMatch “\.(htm|html|php)$”>
SetHandler application/x-httpd-php5
</FilesMatch>
Add the above code in .htaccess
AddType application/x-httpd-php .php .htm .html
<FilesMatch “\.(htm|html|php)$”>
SetHandler application/x-httpd-php5
</FilesMatch>
Add the above code in .htaccess