[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] Will any Red Hat book do?



> > I think he wants the default web page to be main.asp not index.html,
> > which means editing DirectoryIndex in srm.conf.
>
> It would be nice to be able to have multiple possible starting documents.  I
> imagined there would be a file that told Apache what files to look for and

There is.  That is what the above section of srm.conf does exactly. It is here:

/etc/httpd/conf

The section you need looks like this:

DirectoryIndex index.html index.htm index.shtml home.html home.htm default.html
default.htm...


rks