Forum Moderators: phranque
AddType application/x-httpd-php .html I contacted the host and they were able to quickly tell me that I needed
AddType application/x-httpd-php5 One of my sites, on different hosting, recently stopped working and I changed an old AddHandler line to an AddType line and all was well - my bet is the host had upgraded something server side that changed what was required. I found out what it should be by trial and error. It would be nice to be able to figure it out authoritatively, rather than by guessing or waiting for the host to get back to me (although it was a good test of responsiveness - nice and fast :))
I've seen Apache updates through two different hosts, that stopped my htaccess from working entirely and resulted in 500 Errors taking my sites down.
Recently there was an update which changed the configuration of phpformgenerator and prevented contact via my websites. Fortunately, I was quite lucky and detected the issue in less than a week after update.
These 3rd party supports don't help matters much either.