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

Re: [cobalt-users] .conf redirection



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