Sounds like you may not have installed apache and php in the proper order. I had the same problem a few days ago. Here's the order you should do things in.
configure apache configure php make php make install php configure apache AGAIN (make sure you have the directive to get php4 in your configure this time) make apache make install apache That should work for you! CD The Crw wrote: > Hi there, > > I´ve installed php4 in my linux server and I´m sure I > have everything > properly installed (php and apache) according to the > manuals and > comments that I found in this site... the problem is > that when I try to open a > php page in the server, my browser try to download the > .php file that > I´m trying to open... > > The apache is well configured with the "AddType > application/x-httpd-php > .php" configuration... and I have no idea why the > apache is not > executing the php... > > Can anyone help me? > Thanks a lot > > __________________________________________________ > Do You Yahoo!? > Find the one for you at Yahoo! Personals > http://personals.yahoo.com > -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]