Re: [SLUG] apache question

From: btt (btt@nethouse.com)
Date: Wed Jan 08 2003 - 15:06:41 EST


On Wed, Jan 08, 2003 at 02:35:52PM -0500, Patrick Grantham (at work) wrote:
> What do I add to /etc/httpd/httpd.conf to configure apache to send
> default.php3 and not index.html?

DirectoryIndex... here's a snippit from an active site. Make sure mod_dir
is loaded. It should be, I think it is is one of the basic modules.

#
# DirectoryIndex: Name of the file or files to use as a pre-written HTML
# directory index. Separate multiple entries with spaces.
#
<IfModule mod_dir.c>
    DirectoryIndex index.html index.php
</IfModule>



This archive was generated by hypermail 2.1.3 : Fri Aug 01 2014 - 13:05:29 EDT