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

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.