Begin forwarded message:
Date: Thu, 31 Jan 2002 19:22:35 +0100
From: Pierre-Alain Joye <[EMAIL PROTECTED]>
To: Randy Arabie <[EMAIL PROTECTED]>
Subject: Re: [PHP-INST] Apache/PHP configuration question
On Thu, 31 Jan 2002 11:14:52 -0700 (MST)
Randy Arabie <[EMAIL PROTECTED]> wrote:
> On Thu, 31 Jan 2002, Terry Poperszky wrote:
>
> > I have installed apache_1.3.23 and php-4.1.1 from source code on a suse 7.2
> > Linux box. I followed the Apache Module Quick installation instruction found
> > in the PHP manual, and seem to be having a bit of a problem. My goal is to
> > install WebCalendar-0.9.34, which currently resides in the
> > /usr/local/apache/htdocs/WebCalendar folder. When I try and browse it using
> > http://localhost/WebCalendar it pulls up a directory listing rather than
> > activating the index.php page.
Due to the DirectoryIndex Directive from apache. You have to tell apache to use
index.php as an index.
DirectoryIndex index.php index.html index.phtml
pa
--
PHP Install 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]