ildiko If it tries to download the file, then Apache is not set to parse PHP files properly. You need to find a section that looks similar to below. You must make sure that the line AddType application/x-httpd-php .php is in that section as shown below.
Stephen # # AddType allows you to tweak mime.types without actually editing it, or to # make certain files to be certain types. # AddType application/x-tar .tgz AddType image/x-icon .ico AddType application/x-httpd-php .php ----- Original Message ----- From: "Ildiko Nyari" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 25, 2003 5:46 PM Subject: [PHP-WIN] http://localhost/text.php why does it download and can't be seen in IE ? Somehow still the text.php file can not be seen in the explorer. It want's to be downloaded. Why? ildiko -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php