[NBLUG/talk] sub domain redirect to another subdomain

Ron Wickersham rjw at alembic.com
Fri Apr 30 19:31:23 PDT 2004


On Fri, 30 Apr 2004, Sy Richardson wrote:

> X-Spam-Level:
> X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham
> 	version=2.61
> Date: Fri, 30 Apr 2004 19:14:42 -0700
> From: Sy Richardson <sy at fivestartel.com>
> To: talk at nblug.org
> Subject: [NBLUG/talk] sub domain redirect to another subdomain
>
> hi all,
>
> i have a website hosted and have created a subdomain sip.fivestartel.com
>
> i want it to redirect to another subdomain sip.domain.com

---snip---

hi Si,

if you put this type of page you won't have to change anything in your
hosting setup:

###

<html>
<head>
<title>Go to new web site</title>
<meta http-equiv="Refresh"
	content="0; URL=http://sip.domain.com/index.html">
</head>
<body>
We have a new website.  If your browser doesn't automatically load, please
click <a href="http://sip.domain.com/index.html">here.</a>
</body>
</html>

###

-ron


--
/~\  The ASCII Ribbon Campaign
\ /    No HTML/RTF in email
 X     No Word docs in email
/ \  Respect for open standards





More information about the talk mailing list