> Hi, > > I've some problems in running the php-Testfile. When I try > to open a phpscript-file the browser wants to download it to > my local disk. > > The application/x-httpd-... I inserted in the mime.types > and the other in the httpd.conf. When I want to view a phpsite > in my browser the browser wants to download the file. >
To view the content generated by the script, the web server must know how to handle the php script, so he needs to know the module information that will do that( i.e the PHP engine ). Check if in your httpd.conf there is some line like this: LoadModule php4_module modules/libphp4.so Miguel -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php