I'm having problems getting PHP working on my fbsd box (4.5-R). I have
configured and installed both Apache (1.3.23) and PHP (4.1.1). Apache is
working fine with html files, but my browser (IE5.5) prompts me with "You
have chosen to download a program from this location" when I browse to a php
file (.php). If I then try to open it I get the php source code listing.
Apache was compiled
with: --prefix=/usr/local/apache --enable-module=rewrite --enable-shared=rew
rite
PHP was compiled with: --with-apache=../apache_1.3.23 (where my apache
config is)
/usr/local/apache/bin/httpd -l shows both http_core.so and mod_so.c
I have the mime type "AppType application/x-httpd-php .php" in my httpd.conf
file
Any help appreciated.