Hi Guys
I need to make php run in a html file on a freebsd system, on my ensim server I run this code in the htaccess file and it works fine
AddHandler server-parsed .html
RemoveHandler .html .htm
AddType application/x-httpd-php .php .htm .html
I cant get it to work at all on freebsd, any ideas
ps: changing the file extension is not a route I want to take