[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] .conf redirection
- Subject: Re: [cobalt-users] .conf redirection
- From: "Dave" <maxdoubt@xxxxxx>
- Date: Thu Jan 24 11:33:52 2002
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
----- Original Message -----
From: "Richard Sidlin" <dns@xxxxxxxxxxxxxxxxx>
Subject: [cobalt-users] .conf redirection
> I want to redirect a www site. Which file do I need to edit and what
> command do I use please?
Hi Richard,
There are a few ways to redirect. The easiest of which is:
<HTML>
<HEAD>
<TITLE></TITLE>
<META http-equiv=refresh content=0;URL=http://www.nameofsite.com>
</HEAD>
<BODY>
Put this into an index.html file............
Dave~