Tim,

thanks but it still doesn't work. What puzzles me is that last night I
reinstalled a  'vanilla' install of RedHat 8 from the distribution where I
selected PHP and Apache. So now I am running PHP 4.2.2 and Apache 2.0.40, I
make the change you recommened to httpd.conf, stop and restart the service
and it still simply ignores the PHP code...this is driving me insane.

Gareth

"Timothy Hitchens )" <[EMAIL PROTECTED]> wrote in message
007101c2b784$652736b0$0500a8c0@bambino">news:007101c2b784$652736b0$0500a8c0@bambino...
> Your settings should be something similar to this:
>
> <IfModule mod_php4.c>
>         AddType application/x-httpd-php .php .html
>         AddType application/x-httpd-php-source .phps
> </IfModule>
>
> Do you have the page remotely available to see what is happening for
> you??
>
>
>
> Timothy Hitchens (HiTCHO)
> Open Platform Consulting
> e-mail: [EMAIL PROTECTED]
>
> > -----Original Message-----
> > From: Gareth Thomas [mailto:[EMAIL PROTECTED]]
> > Sent: Thursday, 9 January 2003 12:03 PM
> > To: [EMAIL PROTECTED]
> > Subject: [PHP] apache and php
> >
> >
> > I am trying to run a PHP page from my browser (Mozilla) and
> > each time I load the page it is attempting to force a dowload
> > of the page instead, based on the mime-type. I had been
> > developing a command line PHP application which works fine
> > and then had just started on a web interface and realised
> > that Apache may not be configured correctly. So I edited
> > httpd.conf and added the Add Type line for x-type-httpd .php.
> > I am running Apache 2.0.40 on RedHat 8 and PHP 4.3.0pre2. Can
> > anyone tell me what I am doing wrong? What should the
> > modifications be to httpd.conf for PHP?
> >
> > Thanks in advance
> >
> >
> >
> >
> >
> > --
> > PHP General Mailing List (http://www.php.net/)
> > To unsubscribe, visit: http://www.php.net/unsub.php
> >
>



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to