> We recently bought a Qube2. I would like to make minor changes to the
> default home page/public site (remove the picture of the Qube2, put up some
> information about our company, etc.); however, I would like to keep the
> navigation tools. When I replace the page, it gets rid of the navigation
> elements. Does anyone know how to change just the text of the default home
> page?
The resource "/" (server root) is redirected to "/cobalt/", as was said in
another post.
In the file /etc/httpd/conf/srm.conf, the resource "/cobalt/" is aliased
to this file:
/usr/admserv/html/.cobalt/public. This appears about 30 lines up from the
bottom
of the srm.conf file. The index.html file in that directory is the one
you want to edit.
Aliases are a powerful thing.
--Stew Smith