拡張子を .html として PHP を動作させたい場合は、.htaccess に以下の記述をしてアップロード。


AddHandler php4-script .html

※PHP4 を利用したい場合


AddHandler php5-script .html
※PHP5 を利用したい場合