[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Here we go again!
- Subject: Re: [cobalt-users] Here we go again!
- From: Joe Kerns <jkerns@xxxxxxxxxx>
- Date: Wed Aug 30 18:00:58 2000
- Organization: JoltinJoe.Com
> <html><DIV>Hi </DIV>
> <DIV> </DIV>
> <DIV>Firstly let me apologize; I know this subject has been dealt with many times but, after studying the answers and after extensive searches of the archives, have not been able to find a fully comprehensive answer.</DIV>
> <DIV> </DIV>
> <DIV>Question... "How do you replace the default holding page for ALL new sites without having to do each one manually"?</DIV>
> <DIV></DIV>
> <P>I know where the default index.html file can be found, but what is more elusive is the folder containing the image files, I have even seen a posting mentioning this but the path stated does not exist on my RAQ 3! </P>
> <P>Also when an attempt is made to replace the existing "index.htm" through FTP, a "permission denied" message is given.</P>
> <DIV></DIV>
> <DIV></DIV>
> <P>Does anyone have any ideas? </P>
> <P>Many thanks, Legsit</P>
> <DIV></DIV>
> <DIV></DIV>
> <DIV></DIV>www.wssite.ws
You should also apologize for posting this pathetic HTML mess to the list...(in case you didn't know it's bad etiquette to send HTML email to a mailing list).
On my RAQ2 it's in: /usr/admserv/html/.cobalt/images/
The way I found it is open up srm.conf and search for /cobalt-images/ it's an alias to the above path on my RAQ2.
I would guess that root owns the index.htm you are trying to replace. Upload it to the /tmp directory and from the command prompt use
mv /tmp/index.htm wherever/index.htm
Joe