> You probably just don't have these two lines
> in your httpd.conf file:
>    AddType application/x-httpd-php3 .php3
>    AddType application/x-httpd-php3-source .phps
in fact these lines r present, and that is the reason why he is getting the
download screen under netscape... if these lines r absent then u just get
the php3 file as a text file (by default apache is configured to send
unidentified files as type text/html)
what is missing is the lines that load the php3 module (2 of them -
loadmodule i guess) and the one which tells apache to direct these files to
the php3 module (i guess the addhandler directive) my memory of apache
config files is not 2 gr8... basically one does not need to do these things
under rh6.2 or mandrake 7.0. both configure php3 when u load the default
rpms....

Bye,
    /\ |\/| |3 /\ r


The mailing list archives are available at 
http://lists.linux-india.org/cgi-bin/wilma/linux-delhi/

Reply via email to