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

RE: [cobalt-users] Subdomain in browser-line after redirect



>Can anyone help me with the following problem, 
>I have read all of the post about this problem.
>I even had contact with Cobalt themself. 
>But also it still does not work.
>
>What I try to do is this:
>
>On a cobalt Raq4 I have a virtual site. say -> domain.com
>I create a subdomain in the DNS -> page.domain.com
>I forward the page.domain.com to www.domain.com/page
>
>When I go to page.domain.com in my webbrowser, the raq4 translates the
>url into www.domain.com/page
>
>What I want is that the original subdomain stays in the browser line.
>
>I tried to turn the canonial names to on/off, does not work
>I tried to comment the rewrite rule in httpd.conf, does not work
>I spoke to cobalt, and I don't think they know.
>
>Any sugestions on this problem will be verry welcom.
>
>Richard van der Meulen
>Mevershosting.nl

Thanx to the reply's and the documentation of www.apache.org I got it to
work, what I did is the following:

    <VirtualHost 111.22.33.44>
    DocumentRoot /www/subdomain
    ServerName www.sub.domain.tld
    ...
    </VirtualHost> 

Richard
Mevershosting.nl