the following did it for me: ------- ka:/home/waldner# grep php /etc/mime.types application/x-httpd-php phtml pht php application/x-httpd-php3 php3 application/x-httpd-php3-source phps application/x-httpd-php3-preprocessed php3p ka:/home/waldner# grep php /etc/apache/httpd.conf LoadModule php3_module /usr/lib/apache/1.3/libphp3.so AddType application/x-httpd-php3 .php3 AddType application/x-httpd-php3-source .phps ka:/home/waldner# grep html /etc/mime.types text/html html htm shtml --------
hth, &rw On Thu, 06 Jul 2000 16:26:25 EST, "Allan Andersen" writes: >Hi, > >I'm trying to install apache and php - all of it >seems to be installed correct and works ok. But >when I try to load the site it would like to download >the page instead of viewing it. Any ideas ? > >Best Regards >Allan