This “How To” is based on my research and simple testing and is meant to assist in the process of changing the URL of a MOSS 07 installation. I don’t have a complex setup so it may not work for all of you but it should help:
My Scenario:
- We have a single Front-End Web Server and a single Back-End Database Server, each is a separate physical box
- We have two Web Applications, one for the SharePoint Central Admin Site, the other for our SharePoint Installation
- Our Shared Services Provider resides inside our primary SharePoint installation (A small installation didn’t require separate applications)
The Dilemma:
- We used an internal DNS (Host Header) value to setup the Web Application
- We now want to expose the web application to the internet and utilize SSL
The Fix (Adapted from Faraz Khan’s Post):
- Open the Central Administration Site
- Click on the “Operations” tab
- Under “Global Configuration” click “Alternate Access Mappings”
- Select “Edit Public URLs”
- Make sure to select the correct web application from the “Alternate Access Mapping Collection” drop down
- Change the “Default” URL to point to the new domain name
- Click Save
- SharePoint will now do some work to update links and everything else to point to the new location, however it does not seem to update the IIS Host Headers.
- Open the IIS Manager
- Edit the Bindings for the Web Application to use the new Host Header
- If it makes you feel better restart IIS
I found that this solution will correct the primary web application but has no effect on the shared services provider, when you access a My Site in MOSS it will still use the old URL. Once I have completed testing on that portion of the change I will post an update here.
-Brent