On my Cpanel skin I need to parse html files as .php .
I added following .htaccess
AddType application/x-httpd-php .html
AddType application/x-httpd-php .htm
but html are still not parsed as php .
Any idea to solve this ?
Thanks
I added following .htaccess
AddType application/x-httpd-php .html
AddType application/x-httpd-php .htm
but html are still not parsed as php .
Any idea to solve this ?
Thanks