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

Re: [cobalt-users] Keeping site names apart



> 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