Parsing html as PHP??

I am having a very strange problem on my server. I am trying to setup a domain so it parses .html files as .php so I added the following to my .htaccess

PHP Code:
AddType application/x-httpd-php .html .php .htm 
The strange thing is it works fine if I look at the .htm version but if I try to look at the .html version it asks me to download the file. Take a look.

.htm version of phpinfo
.html version of phpinfo

I have even tried changing the addhandler in httpd.conf but that causes the same problem. Any suggestions?? Parsing html as PHP??

 

 

 

 

Top