php5 parse .htm
Posted by: bradww
Posted on: 2006-11-22 00:46:00
hello, I need php to parse *.htm files so I made the following htaccess file
AddType application/x-httpd-php .htm .html
and it worked except it runs php 4.x.x and I need to run 5.x.x. I have the domain set to run 5. I have also tried the following
AddHandler phpFive .php .htm
Action phpFive /usr/local/dh/cgi-system/php5.cgi
to no avail. Anybody have any idea?