[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Domain Name Forwarding on a Raq3
- Subject: Re: [cobalt-users] Domain Name Forwarding on a Raq3
- From: "Dave" <maxdoubt@xxxxxx>
- Date: Sat Aug 18 08:25:14 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
>The other is to set up all the sites on your RaQ and write a simple
>redirect html page as index.html.
<HTML>
<HEAD>
<TITLE>Document Title</TITLE>
<meta http-equiv="refresh" content="0;URL=http://www.YOURmainsite.com">
</HEAD>
<BODY>
</BODY>
</HTML>
Dave~