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

Re: [cobalt-users] accessing virtual site with no domain name



> 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