[PHP] php4 but dont work with php3

2001-03-24 Thread Mauricio Alarcon
Hello Thanks t all people that reply my last message about a msSQL server, But now I got a new problem, my server was running php3 and today i try to update to php4 with apache 1.3.19 and all file .php3 and php4 don't work, the php only make a echo with all code and the php3 ask for a

Re: [PHP] php4 but dont work with php3

2001-03-24 Thread KPortsmout
Hi, I`m not sure if this is 100% the right method but you can try it and see. Change httpd.conf to the following. AddType application/x-httpd-php .php .php3 Ade -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

Re: [PHP] php4 but dont work with php3

2001-03-24 Thread Mauricio Alarcon
Well it work partial, the .php now works but .php3 doesn't work Any other ideas? Thanks Mauricio Alarcon [EMAIL PROTECTED] wrote: Hi, I`m not sure if this is 100% the right method but you can try it and see. Change httpd.conf to the following. AddType application/x-httpd-php .php

Re: [PHP] php4 but dont work with php3

2001-03-24 Thread Adi Wibowo
On Sat, 24 Mar 2001, Mauricio Alarcon wrote: I put this line in httpd.conf but dont'work AddType application/x-httpd-php3 .php3 AddType application/x-httpd-php3-source .phps AddType application/x-httpd-php .php Action application/php4script /cgi-bin/php What I'm doing wrong? I suggest