Serbinski, Theodore S wrote:
>I did try this:
>
>AddType application/x-httpd-php .php
>
>But that didn't seem to work, even after restarting PHP. I am assuming I
>need to tell Apache where the PHP executable is and to use that for *.php.
>But I don't know how to do that since I installed PHP as a
Serbinski, Theodore S
> Cc: '[EMAIL PROTECTED]'
> Subject: Re: [PHP-INST] Loads of Trouble: PHP installed as CGI on Unix
>
>
> Serbinski, Theodore S wrote:
>
> >
> >However, anytime I visit our server and try to view a *.php
> page, it just
> >
Serbinski, Theodore S wrote:
>
>However, anytime I visit our server and try to view a *.php page, it just
>tries to open/save the file, instead of actually displaying HTML.
>
Its probably the AddType line in httpd.conf. This tells apache to use
php for these types of files. The INSTALL file has