AddHandler headered .htm
AddHandler headered .html
Action headered /path/file.php
<?php
echo "whatever you want";
readfile($_SERVER["PATH_TRANSLATED"]);
?>
wasent entirly sure what you where trying to do, but nice to see you found a soultion