I've got PHP up and running on my local webserver, but I'm having a problem. Whenever I surf to a .php web page served by my box, it prompts me to save the file rather than parsing it for HTML and displaying the webpage. What's wrong? I already added
AddType Application/x-httpd-php .php .html
to my httpd.conf. Any help would be appreciated!