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

RE: [cobalt-users] redirect



> > 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