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

RE: [cobalt-users] .conf redirection



> 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