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

Re: [cobalt-users] Index.html!!! Help me!!!



On Thursday 10 January 2002 08:12 pm, David Lucas wrote:
> At 04:35 PM 1/10/2002, you wrote:
> >>On www.name.com I get the default Raq page
> >>
> >>On the www.name.com/index.html I get my page!!! How can I get ride of
> >>the default page????
> >>
> >>There must be a way to solve this!
> >
> >There is. Just delete index.htm from your web directory.
> >
> >Why? Because Apache is looking for index.htm BEFORE looking for index.html
> >--
>
> Don't know about all Raq's, but the Raq4 has default pages of index.html
> not index.htm
>

from file     /etc/httpd/conf/srm.conf
========================================================
# DirectoryIndex: Name of the file or files to use as a pre-written HTML
# directory index.  Separate multiple entries with spaces.

DirectoryIndex index.html index.htm index.shtml home.html home.htm
========================================================
You can order which default file is chosen first.

Gerald