I try many possibility in .htaccess
to make HTML file run PHP code, but it still doesn't run PHP code.
This is what i try to put in .htaccess :
#AddType application/x-httpd-php .html
#AddType application/x-httpd-php5 .html
#AddType x-httpd-php .html
#AddType x-httpd-php5 .html
#AddType php .html
#AddType php5 .html
AddHandler application/x-httpd-php .html
#AddHandler application/x-httpd-php5 .html
#AddHandler x-httpd-php .html
#AddHandler x-httpd-php5 .html
#AddHandler php .html
#AddHandler php5 .html
Any thing else to try on my server to make it runnable ?