I want to update all the pages on a website to use include for the footer and header. So I have to change a lot of .html pages to .php.
So i\'m looking for a way to
You could do a more simple approach and have all your html files be processed as php files by adding the following line to your .htaccess
AddHandler application/x-httpd-php .php .html