RE: [PHP] apache does not understand php3

2001-03-05 Thread Martín Cabrera Diaubalick
Hello Marcos, In your httpd.conf file there's a line that looks similar to: AddType application/x-httpd-php4 .php4 .phtml Just add the php3 extension. It should be something like this: AddType application/x-httpd-php4 .php4 .phtml .php3 HTH Regards -- PHP General Mailing List (http://www

[PHP] apache does not understand php3

2001-03-05 Thread Marcos
hi, i have installed php4. from my browser i can read php .. but not php3. what should i do? regards, marcos [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the