
November 9th, 2002, 01:23 PM
|
|
Registered User
|
|
Join Date: Apr 2007
Posts: 22,309
Time spent in forums: < 1 sec
Reputation Power: 24
|
|
|
Mime type problem?
I recently decided to upgrade from Apache 2.0.4 and PHP 4.2.1 to Apache 2.0.4.3 and PHP 4.2.3. Not that big of a version jump, I didn't think there would be problems, but i was wrong.
I installed everything and they both work fine. I made the new http.conf look exactly like the old one. It includes both of these PHP related lines
LoadModule php4_module C:/PHP/sapi/php4apache2.dll
AddType application/x-httpd-php .php .php3 .phtml
.
Apache loads up just fine. No module loading/version errors. So i figured it won't a problem with the sapi module. But i downloaded the latest snap just to be sure. Apache still loads up with no problems....Heres the problem : now whenever i go to info.php (or any php page) it pops up the open/save box. I can make PHP run as CGI module and it won't give me the open/save box, it parses it correctly.
Any ideas how to fix this?
|