[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] .conf redirection
- Subject: RE: [cobalt-users] .conf redirection
- From: "Dan Kriwitsky" <webhosting@xxxxxxxxx>
- Date: Thu Jan 24 12:07:00 2002
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> 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>
>
That requires there to be a web directory. Just to redirect a domain can be
done more easily in httpd.conf or with an include.conf. Just search the
archive for include.conf will pay.
Then you just use a Redirect command there. Redirect is explained either in
the archives or on apache.org.
--
Dan Kriwitsky