1. Configure DNS
- Open DNS Manager
- Navigate to respective forward lookup zone.
- Create a CNAME record by right clicking in the zone and selecting “New Alias (CNAME)”
Once you add the CNAME you can see an entry as below.
- Update Group Policy
- Check connectivity from CNAME record
2. Configure IIS
If the web application is hosted in port 80 you don’t have to edit the IIS host header as you will be redirected to port 80 when enter the CNAME.
If you are using a different port other that 80 you might have to IIS website.
- To add an entry right click the web site in IIS manager, then select edit bindings.
- Add Host name and Port. Note that you should CNAME record and the Host Name should be identical.
3. Add Alternate Access Mapping in SharePoint Central Administration
Central Administration -> Application Management -> Configure Alternate Access Mapping -> Edit Public URLs
Select the web Application, then add the URL to Preferred zone.
Now you can access SharePoint site by entering the Customized URL (CNAME).
Reference:
http://min2dmax.wordpress.com/2012/06/15/customize-sharepoint-url-using-aam-and-dns/
No comments:
Post a Comment