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

Re: [cobalt-users] Domain Name Forwarding on a Raq3



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