
I need help with a website problem
I use php includes on the pages for the template and have used
AddHandler application/x-httpd-php .html .htm .phtml
in the .htaccess file to parse the pages as php.
My host upgraded to a new version of apache and php and now the pages don't parse as php, so no temlplate is showing.
I've tried both
AddType application/x-httpd-php .html .htm .phtml
and
AddHandler application/x-httpd-php .html .htm .phtml
and neither works.
Is there a way to fix this without having to rename every file and redo all the menus etc.?
WordPress themes made easy: Sites that Soar!