Find the "DirectoryIndex" line and add "index.php3" to it in the httpd.conf
HTH,
Geordon
- Original Message -
From: "Hunter Kelly" <[EMAIL PROTECTED]>
To: "Hoover, Josh" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Friday, February 23, 2001 9:22 AM
Subject: [PHP
As to the WHY, well, the file extensions are different. It's like the
difference between a .DOC file and a .TXT file and a .RTF file. They're all
different, and the parser/executable uses the extension to tell it what to
expect.
Also, after you make changes to your httpd.conf make sure that you
That sounds like you need to check for the existance of a line like the
following in your httpd.conf:
AddType application/x-httpd-php .php .phtml .php3 .html
That line tells Apache to recognise that there is PHP scripting in files
with the extensions .php .phtml .php3 and .html Your precise sel
Try:
./configure --prefix=/opt --enable-inline-optimization
--with-mysql=/usr/local/mysql .
Note that last one is ***MYSQL*** not **MSQL***
Let us know if THAT works!
HTH,Geordon
>> Original Message <<
On 1/17/01, 11:41:09 AM, "David W. E-mail" <[EMAIL PR
I seem to be having a problem getting these installed concurrently. I can
install each of them separately, as a static module. I Can install php 4.0.4 as a
DSO fine. But when I try to install php 3.0.18 as a DSO, it causes something to
segfault.
Do I *have* to install them as DSO or can I in