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

[cobalt-users] [RaQ4i] How to stop changing URL to main host.domain



When I have a virtual site named 'www.mydomain.com' with a webalias of
'blabla.mydomain.com' and I type 'blabla.mydomain.com' in my browser, the
URL in the addressbar of my browser immediatly changes to
'www.mydomain.com'.. How do I prevent this from happening?

I tried changing 'CannonicalNames' to 'off' in the httpd.conf file, but that
didn't do the trick.. :(
I tried deleting 'blabla.mydomain.com' as a webalias, but that didn't work
either.. same effect..

Current settings:

DNS:
A 'www.mydomain.com' 100.100.100.100
A 'blabla.mydomain.com' 100.100.100.100

Virtual site:
host: 'www'
domain: 'mydomain.com'
webalias: 'blabla.mydomain.com'

Thanks in advance,
Edwin