I have a new server and the company doesn't seem to understand what I need.
I need to run php code on a html page.
I've created an htaccess file and tried each of the following directives inside of it...
AddType application/x-httpd-php htm html
AddHandler server-parsed .html .htm
AddType x-mapp-php4 .html .htm
(they were tried one at a time)
The script output still does not appear.
Is there a feature, funtion or option that would prevent the htaccess file from not working?
Is there something in Apache that needs to be configured?
I know this possible because it worked with my old hosting company several times. I don't know how and they don't offer support for servers other than their own.
I need the page extention to be .html not .php so changing the pages to .php is a non-option.
What needs to happen in order to parse html files as php????