On Wed, 10 Jan 2001 [EMAIL PROTECTED] wrote:
> Howdy.
>
> I have a SuSE 7.0 Linux install with apache and mod_php4. I can
> do .php files all day long, but I have a shopping cart thingie that is
> written for php3, and none of the files will parse. I have tested my
> machine with a phpinfo() php3 file, and no go on that either.
>
> I figure that something is misconfigured, but where might I look? I
> went through the php.ini file, and found nothing of note.
>
> Thanks :)
>
>
> Joey Kelly
> System & Network Administrator
> ActionBusinessSystems.com
>
The problem's not in the php.ini file; it's in httpd.conf, srm.conf or
access.conf (not sure which one under SuSE). There should be a line that reads
"AddType application/x-httpd-php .php" or something to that effect. Add
" .php3" to the end of that line then restart Apache.
--
Ignacio Vazquez-Abrams <[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 list administrators, e-mail: [EMAIL PROTECTED]