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

Re: [cobalt-users] index.html, index.htm, index.shtml, etc.



> Is there a way to say to the server first look for index.shtml, if that
> does not exist look for index.html, if that does not exist look for
> index.html, if that does not exist look for welcome.html, etc.


Just edit the /etc/httpd/conf/srm.conf or /etc/httpd/conf/httpd.conf
files... do a search for index or DirectoryIndex.  It is in order from left
to right, in order of what will come first.

-k