I'd like to parse php in .html files. I was originally using AddType application/x-httpd-php .htm .html .php in a .htaccess file, but I'm moving to a new host that uses suEXEC so php runs in cgi. They said that I'm going to have to run my files as .php files. Is there anyway around this?
Jennifer