在HTML中解析php不再适用

The parsing of my php pages in my html always worked well. But not anymore. I am not sure when it stopped working. I used this in my .htaccess file:

 AddHandler x-httpd-php5 .php .htm .html    

But that doesn't work anymore. I googled and found other codes like with Addtype etc. but I can't get it to work. Any ideas anyone? This is one of the pages: http://www.tina-turner.nl/dvd-vhs-others.htm

Johanna

The correct directive is :

 AddHandler application/x-httpd-php5 .php .htm .html