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

RE: [cobalt-users] accept shop.html as default



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