Again, on Linux, add the following to your .htaccess
AddType application/x-httpd-php .html .php
Now, .html files will be treated like .php files (processed by PHP).
Create a file called header.php
<?php
header('X-UA-Compatible: IE=EmulateIE7');
?>
Then, edit each of the files...