[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] index.html, index.htm, index.shtml, etc.
- Subject: Re: [cobalt-users] index.html, index.htm, index.shtml, etc.
- From: Kris Dahl <krislists@xxxxxxxxxxxxx>
- Date: Mon Jun 5 09:21:54 2000
> 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