Re: [PHP] How to load .php3 pages using PHP4

2001-11-22 Thread Justin England
Comment that line again, and add .php3 to: AddType application/x-httpd-php .php .php3 This will tell apache to use PHP4 for both .php and .php3 files. Justin England [EMAIL PROTECTED] Network Administrator E-Net Information Services http

[PHP] How to load .php3 pages using PHP4

2001-11-22 Thread EDUMEXICO
Hi all, I'm using PHP version 4 (module) with no problems in a Debian box, but today I download PHPlib; I installed as the README file told me, but all the files have the extension php3, and when I try to open with my browser I it tell me to save the file to disc. I uncomment the next line in