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 sug

Re: [PHP] php4 but dont work with php3

2001-03-24 Thread Felix Kronlage
On Sat, Mar 24, 2001 at 10:49:57AM -0500, Mauricio Alarcon wrote: > Well it work partial, the .php now works but .php3 doesn't work Any > other ideas? make two lines out of it: AddType application/x-httpd-php .php AddType application/x-httpd-php .php3 and so forth. -fkr -- gpg-fingerprint:

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

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: [EMAIL