2

In SharePoint MOSS I have a site at http://ourintranet/ I've now added a new entry to the Alternate Access Mapping for the domain http://www.mydomain.com pointing at this site. When I now type this in I get redirected to http://ourintranet/ and the visible url changes.

Is there a way to have this work where by the domain remains as http://www.mydomain.com?

All the best

Fionnuala
  • 90,370
  • 7
  • 114
  • 152
78lro
  • 1,790
  • 7
  • 37
  • 63

2 Answers2

3

Yes, you need to extend the Web Application @ http://ourintranet and specify www.mydomain.com as a host header. This will create a new IIS Web site responding to the specified host header. Extending a Web Application also requires you to select the zone for which the extension should be applied.

Lars Fastrup
  • 5,458
  • 4
  • 31
  • 35
  • I had this link in my SP favourites which describes what Lars is saying very well: http://elczara.spaces.live.com/blog/cns!554EC06D366AC9D5!502.entry Good luck! – John Liu Apr 06 '09 at 08:17
0

What zone did you add it as? If you put it in the extranet zone it should work?

Steven Robbins
  • 26,441
  • 7
  • 76
  • 90