[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] Special DNS or Alias question....
- Subject: RE: [cobalt-users] Special DNS or Alias question....
- From: "Chris Harden" <chris@xxxxxxxxxx>
- Date: Wed Jan 3 07:54:00 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
Annicke,
You can also just have an index.html file that has the following line of
code in it:
<html>
<head>
<!-- This tag will cause the browser to wait three seconds being loading
http://www.whatever.com.-->
<META HTTP-EQUIV=refresh CONTENT="3; URL=http://www.whatever.com">
</head>
<body>
</body>
</html>
Chris
-----Original Message-----
From: cobalt-users-admin@xxxxxxxxxxxxxxx
[mailto:cobalt-users-admin@xxxxxxxxxxxxxxx]On Behalf Of Florian
Effenberger
Sent: Wednesday, January 03, 2001 8:45 AM
To: cobalt-users@xxxxxxxxxxxxxxx
Subject: Re: [cobalt-users] Special DNS or Alias question....
Hi Annicke,
you can use a redirection CGI like the following:
#!/usr/bin/perl
print "Location: http://www.newsite-abc123456.com\n\n";
-- Florian
Please DO NOT ask technical questions personally via e-mail.
Use the mailing list instead. Thanks for your understanding.
_______________________________________________
cobalt-users mailing list
cobalt-users@xxxxxxxxxxxxxxx
To Subscribe or Unsubscribe, please go to:
http://list.cobalt.com/mailman/listinfo/cobalt-users