[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] accept shop.html as default
- Subject: RE: [cobalt-users] accept shop.html as default
- From: "Ian" <ian@xxxxxxxxxxxxxxxxxxxx>
- Date: Fri Mar 28 08:32:00 2003
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
> >What sort of handle do I put within the httpd.conf file for a vsite
> to make it
> >so that if shop.html is in folder, this is picked up incase a
> index.htm is not
> >there... Got to be simple to do surely.
> >
> >Thanks
> >
> >Mac
>
> look for default.html in srm.conf
>
> cd /etc/httpd/conf
> grep default.html *
>
> srm.conf:DirectoryIndex index.html index.htm index.shtml home.html home.htm
> default.html default.htm index.php default.php index.asp default.asp
Excellent, thanks for that.