Matthias Baumgart <[EMAIL PROTECTED]> wrote: > today I installed php 4.2.3 new. in appache is allright, but if I > enter localhost, this folder isn't empty there ist the file index.php, > the monitor "file save?" cames.
You are probably missing lines in httpd.conf. You should have something like this: # Add index.php to your DirectoryIndex line: DirectoryIndex index.html index.php AddType application/x-httpd-php php Look at some pages explaining how to configure Apache, such as the "Installation" chapter in the PHP Manual and "Compiling and Installing" in the Apache Documentation. -- Dan Anderson <[EMAIL PROTECTED]>, San Diego, CA, US -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php