Thread: apache no longer parses php in .html after upgrade to jaunty
hi upgraded jaunty. reason, upgrade removed apache2 , php5. reinstalled them. display of web pages , parsing of php in .php files works fine. php no longer gets parsed in .html files. worked before, setup: in /etc/apache2/sites-available/default, have: code: documentroot /home/mpromber/public_html <directory /> options followsymlinks allowoverride </directory> and in /home/mpromber/public_html have .htaccess file line: code: addtype application/x-httpd-php .html afaik, .htaccess file read apache: when put gibberish on first line server error. php in files ending .html no longer gets parsed. used work, don't know whether had other module installed might need work. pointers? sorry! false alarm. php *was* getting parsed. permission problem images supposed displayed, , got confused thinking handled php. ...