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
.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??
