[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] redirect
- Subject: RE: [cobalt-users] redirect
- From: "Sim Ayers" <sim@xxxxxxxxxxxx>
- Date: Wed Dec 26 17:37:01 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> > Does anyone know how can I change the start html page of a
> > specific directory in order not to be "index.html"? I want a
> > ".cgi" file to be the start page. I looked in the access.conf and
> > srm.conf but I didn't find anything. Any help would be appreciated.
<srm.conf>
DirectoryIndex index.html index.htm index.cgi index.shtml index.php
Just change the order or type of file that will be the <default> file.
If index.html is missing then the server will search thru the list of
<default> file types until it fines one.
Sim