"Shannon Doyle" <[EMAIL PROTECTED]> writes:
> Hi people.
>
> I am experiencing some difficulties in getting my mandrake system to
> work with php support.
>
> I have installed apache from an rpm, then I tried to install mod_php3
> this worked fine, however, whenever I try to go to a site that has a
> file with an extension of .php or .php3 my browser wants to doanload the
> file. I assume that there is something not quite right with the
> httpd.conf file. Like its missing a module entry or something.
>
> I have looked at the httpd.conf file and cannot see what or where i am
> missing anything.
>
I presume when you say "I try to go to a site" you mean "I
try to go to a page on my server".
Did you add something like:
<IfModule mod_php3.c>
AddType application/x-httpd-php3 .php3
AddType application/x-httpd-php3-source .phps
</IfModule>
# The following is for PHP/FI (PHP2):
<IfModule mod_php.c>
AddType application/x-httpd-php .phtml
</IfModule>
to your httpd.conf?
--
:%s/[Ll]inux/GNU\/Linux/g
--
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://slug.org.au/lists/listinfo/slug