[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Keeping site names apart
- Subject: Re: [cobalt-users] Keeping site names apart
- From: "Gerald Waugh" <gerald@xxxxxxxxx>
- Date: Tue Jun 19 11:44:34 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> What I would like to achieve is as follows:-
>
> if a browser comes in as www.mysite.com it changes to webserver.mysite.com
> (which it does now)
> BUT:-
> if a browser comes in as www.mysite.co.uk it changes to
> webserver.mysite.co.uk (which it doesn't do now it changes to
> webserver.mysite.com)
>
Use the RewriteCond in httpd.conf, not sure if the GUI will not
change it though.
Gerald