|
|
|
date: Fri, 27 Jun 2008 02:24:01 -0700,
group: microsoft.public.cmserver.general
back
Re: Can I have two sites (different URLs) accessing same channel?
On Jun 27, 10:24 am, Andy Stephens <andrew.steph...@cheshire.gov.uk-
donotspam> wrote:
> Hi
>
> We have an existing CMS site (call itwww.sitea.com) but now the business
> wants to host a second CMS site under a different url (call itwww.siteb.com)
> which accesses the same MCMS root channel, content, etc. The only difference
> between the two CMS .Net web applications would be the branding/styling.
>
> IIS isn't my strong point but my understanding is that CMS maps host headers
> to root channels, so I'm assuming two CMS sites can't access the same content?
>
> Are there any other ways around this?
>
> Thanks in advance
> Andy
MCMS only maps host headers if you have enabled that feature,
otherwise using IIS you can map two URL's to the same content, using
IIS headers. (Check in the SCA if this is the case). If you do have
host headers enabled, then this could be achieved using ISA/Firewal/
Proxy mapping (out of scope for this forum) or alternatively you could
achieve this through programming in a number of ways. Such as
(thinking out of the top of my head) setting a cookie when the user
accesses siteb, redirect the user to sitea, and display the custom
branding based on the cookie. Or writing a ISAPI filter to implement
custom master pages, or, or, or...lots of ways.
date: Fri, 27 Jun 2008 02:47:49 -0700 (PDT)
author: George Leithead
|
|