I have recently installed Linux 7.1, Apache 1.3.22, and PHP 4.1.1 on an intel box. While installing everything went smoothly. I started apache, and all of the html files are displayed as they are supposed to be, but when I try to load any php file the server immediately tries to start a download. The message I get is:
"Save As... (type application/x-httpd-php)".
I have made the httpd.conf file recognize .php and .phtml files as application/x-httpd-php. I have even tried application/x-httpd-php4 for the AddType. Heck, I tried to get .html files to be recognized as php files and even they tried to download.
I have removed all of the apache and php files and reinstalled them. I have rebooted, reloaded, and restarted more times than I can count. I have even followed four diffenent sets of instructions to do the installs (they aere all pretty much the same...).
Does anyone have a clue what could be going wrong with my stupid computer?
~Dan