One site collection with multiple URLs
I have a requirement of hosting about 150 internet-facing extranet-sites with MOSS 2007 with all different domain names. These names should be host-headers, so that minimum number of IP-addesses is needed. Some of the domain names should point to same site in order to access the same content, but with different language setting etc.
I'm thinking about doing this with host-header site collections wich is almost perfect solution for the job, but is it possible to point more than one host-header to one site collection? If I could do that then I could make a custom redirection code to redirect to a proper subweb based on host-header and all the subwebs could access each others data, like this..
www.domain1.comwould direct tosite collection1/contentA and it'd look like www.domain1.com/contentA
www.domain2.comwould direct tosite collection1/contentB and it'd look like www.domain2.com/contentB
www.domain3.comwould direct tosite collection2/contentA and it'd look like www.domain3.com/contentA
...
It would be also possible for me to make a different host-header site collection for each domain name and make some of them just to redirect to same place. So there would be some 'dummy' site collections, butif I simply do 'Response.Redirect' then the URL in browser changes and that is not wanted and 'Server.Transfer' cannot be made to an absolute URL.
So, is it possible to point more than one host-header to one site collection? It seems that it's not possible.. Or is there another way to host more than hundred sites with different domain names with single MOSS farm (and point multiple URLs to one site)?
-Jari
February 11th, 2008 7:05am
Just curious - did you figure out how to use more than one hostname per "hostheader" site collection? I would like this approach as well..
Free Windows Admin Tool Kit Click here and download it now
March 1st, 2009 12:55pm
You should be able to achieve this using Alternate Access Mappings and adding external URLs to the AAM collection for the site colletion.
March 3rd, 2009 1:30pm
Has anyone solved this case?
I got the same case, where my user want to access via 2 url into different site collection.
example:
http://spdev/sites1/Default.aspx -> Site Collection I
http://spdev/sites2/Default.aspx -> Site Collection II
Both Site Collection I and Site Collection II is on the same Web Application
How my user want to access is
http://bi.spdev/Default.aspx -> for Site Collection I
http://spdev/sites1/Default.aspx -> cannot be accessed
http://spdev/sites2/Default.aspx -> for Site Collection II (no changes)
http://bi.spdev/sites2/Default.aspx -> cannot be accessed
I tried using Alternate Access Mapping (AAM), but It didn't meet with what the user want.
Because by using AAM, user can access the Site Collection I via http://bi.spdev/Default.aspx and http://spdev/sites1/Default.aspx
the same applies on Site Collection II.
So can anyone tell me how to achieve it?
Thanks before
Free Windows Admin Tool Kit Click here and download it now
June 22nd, 2012 6:43am


