0

When our Sharepoint was migrated from Sharepoint 2003 to Sharepoint 2007 (both fully paid versions), the consultants who carried it out extended each web app into two IIS sites/zones (e.g. the original Web App was http://intranet, then http://newintranet and http://intranet would be created for Sharepoint 2007 - each with its own IIS site). The idea was that during the migration period we would set up DNS to point the old url to SP2003 servers and the new one to SP2007, then once the migration was complete, do a DNS change so the SP2007 would recieve the requests to the http://intranet type URLs.

Unfortunately the contractors did not tidy up the application extensions and IIS sites after the migration, and for some time both URLs were in use, resulting in many document links pointing to the http://newintranet type URLs. This means I need to maintain these URLs.

Due to a rejig of organisation structure we now need to relocate some Sharepoint sites, and I'd like to use the RDA Collaboration Sharepoint URL Redirector feature. However a limitation of this is that it doesn't work for Web Applications which have been extended into multiple zones. So I have a need to tidy up the situation that our consultants left behind.

I think the right thing to do is use the "Remove Sharepoint from IIS Web Site" page in Central Admin to remove the zone for the newintranet type sites, and select the option to also delete the IIS site. That should result in having no IIS sites listening for http://newintranet type URLs. Is this the right procedure?

Once I have done that I need to set up Sharepoint to receive requests sent to the http://newintranet type URLs so they will continue to work. I am not sure if I should do this:

  • using Alternative Access Mappings or,
  • by adding a host header to the IIS site or,
  • creating a non Sharepoint IIS site for each http://newintranet type URL, and use IIS redirection to forward the requests to the new URL using variables to pass the path to the Sharepoint site.

Does anyone have any thoughts on these options, or any other way of achieving this?

Sharepoint 2007 is running on Windows 2003 with IIS6. We don't currently have plans/budget to upgrade to Sharepoint 2010.

dunxd
  • 9,482
  • 21
  • 80
  • 117

1 Answers1

0

Why don't you unextend the new IIS site from the web application and put it on its own site (create web application, and re-extend). All the host header adminsitration should be done through the AAM (Alternative Access Mappings), as some SharePoint Central Adminsitration works directly with IIS. It is like a SharePoint/IIS Admin Suite you could say.

Change the Default zone to your new intranet URL. Make sure its not hitting a firewall such as ISA or CAG, or you'll have to do some redirection with VIPs.

Mike
  • 358
  • 1
  • 5
  • 17