[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] accessing virtual site with no domain name
- Subject: Re: [cobalt-users] accessing virtual site with no domain name
- From: "Kevin D" <kdlists@xxxxxxxxxxxxxxx>
- Date: Thu Oct 18 06:07:09 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> At 12:58 PM 18/10/01 +0200, you wrote:
> >Hi all,
> >
> >I have a site uploaded with only a shared IP assigned to it, but the
domain
> >name itself is not yet associated to the IP, as we're migrating the site.
> >How do I get to browse the site using the IP adress?
> >
> >Cheers,
You could use a server alias. Add a line like this to the web site's part of
the htttp.conf file: ServerAlias testsitename.workingdomain.com
And set up DNS for it.
Kevin