[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: Florian Effenberger <florian.effenberger@xxxxxxxxxxxxx>
- Date: Wed Jan 3 05:50:02 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
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.