i cant get php to work in html. it has something to do with my httpd.conf. the only way it works is if i comment out this stuff
AddType text/html .htm .html .shtml
AddHandler server-parsed .htm .html .shtml
but if i do that then pages dont load and your prompted to download .html files
does anyone know why this would happen?