Re: [PHP-MIGRATION] problem php4 upgrade
[email protected] (Roberto Bazan Sancho) Fri, 10 Nov 2000 13:57:06 +0100
| Newsgroups | php.migration |
|---|---|
| Message-ID | <[email protected]> |
Thanks Adam, i've added this lines in my httpd.conf and restarted the server and i've the same problem AddType application/x-httpd-php .php3 AddType application/x-httpd-php .php Any idea? Adam Lang wrote: > > Because PHP 4 uses the .php extension... not .php3. You can either change > all your files to .php, or you can add php3 to your application type in your > httpd.conf file. > ----- Original Message ----- > From: "Roberto Bazan Sancho" <[email protected]> > To: <[email protected]> > Sent: Friday, November 10, 2000 6:28 AM > Subject: [PHP-MIGRATION] problem php4 upgrade > > > Hi, i'm newbie. > > i've upgrade from php3 to php4 an now i don't know why my php3 programs > > can`t read it on the browser > > for example > > http://server/example.php3 > > the browser say me if i want to download. > > > > I use apache server. > > > > can anybody help me? > > > > thanks in advance.