I need to run all of my .html files as .php files and I don\'t have time to change all of the links before our presentation tomorrow. Is there any way to \"hack\" this with
here put this in your .htaccess
AddType application/x-httpd-php .php .htm .html
more info on this page