[EMAIL PROTECTED] wrote:
> 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.
Look in /etc/httpd/httpd.conf (the usual place on a SuSE-Server).
Search for a line like
AddType application/x-httpd-php .php
Add .php3 and it should work.
regards
Wagner
--
Sanity is calming, but madness is more interesting.
--
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]