Parsing PHP in .html Files with Apache2/suPHP PHP5? The old method does not work 
Adding AddHandler in .htaccess file is not working.
Have tried each one of these without any success:
Adding AddHandler in .htaccess file is not working.
Have tried each one of these without any success:
None of these work. HTML files with PHP are being prompt to download from the server instead of being parsed in firefox.AddType application/x-httpd-php .php .htm .html
AddType x-httpd-php .php .htm .html
AddType application/x-httpd-php5 .php .htm .html
AddType x-httpd-php5 .php .htm .html
AddHandler application/x-httpd-php5 .php .htm .html
AddHandler x-httpd-php5 .php .htm .html
AddHandler application/x-httpd-php .php .htm .html
AddHandler x-httpd-php .php .htm .html
Last edited: