[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] How do I redirect from one domain to another?
- Subject: Re: [cobalt-users] How do I redirect from one domain to another?
- From: Kris Dahl <krislists@xxxxxxxxxxxxx>
- Date: Thu Apr 20 09:23:53 2000
on 4/19/00 4:57 PM, Keith Laliberty at klaliberty@xxxxxxxxxxxxxxxx wrote:
> Hmmm, how would you do a metarefresh, or the htaccess?
If you do a search on "meta refresh" I bet it comes up with some hits... But
essentially its something like this (from memory, so it may be slightly
off):
<html>
<head>
<meta http-equiv="refresh" content="0; url=http://www.newsite.com">
</head>
</html>
I am pretty sure that is correct, but you'll want to confirm it first.
The htaccess method is done by creating a .htaccess file that essentially is
an Apache config file for that particular directory. All that is required
is the creation of a .htaccess file with the commands/settings you require.
I believe that paul posted the required setting in a post yesterday.
-k