Many tgps have .shtml banned by default - but if you add the following to your htaccess noone will ever know
AddHandler server-parsed .html
The slight downside is that the server will now parse (look for includes) on every single page it serves - but your server should be able to handle this without trying too hard.