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

Re: [cobalt-users] How do I redirect from one domain to another?



on 4/19/00 3:13 PM, Keith Laliberty at klaliberty@xxxxxxxxxxxxxxxx wrote:

> Any help would be great.

Well, you can do several things:

1) Change the DNS records to point to the new domain:
2) Change your virtual host settings
3) Use apache rewrites
4) Use an error 404 to redirect to the new site
5) Use a HTML page with a meta refresh that redirects to the new page
6) Use a script that sends http header ("Location:
http://www.newsite.com\n\n";)

-k