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

Re: [cobalt-users] URL show in browser ?!?!



> I have create a virtual site named "is1.domain.com". and i have an DNS
> record of "www.domain.com" pointing to the same IP.
> When i type "www.domain.com" at the browser. The URL will changed to
> "is1.domain.com" when connect to the web page.
> Can i configure RaQ4 to display "www.domain.com" at the browser instead of
> changing it to "is1.domain.com" ? THX

Well with the DNS you're telling the browser to redirect over to this IP,
where is1.domain.com is the master site. So is1.domain.com is going to load
up.
Create a virtual site for www.domain.com on that same IP (1 MB site); and in
the index page set up a frameset that has rows (1,*) - top frame is 1pixel
high, bottom is the rest of the screen. In the bottom frame, load up
is1.domain.com. That way your browser's location bar will keep
www.domain.com rather than switching over.

Btw, why do this? Why not just make the site on domain.com? Kinda weird to
have a top-level domain name pointing at its own sub-domain. Usually it's
the other way around.

Carrie Bartkowiak