- Add a CNAME entry to DNS for your internal domain name to point to your SBS server. For example, let's suppose that your network name is example.local, your SBS machine is named "homer", and you want internal.example.local to go to the internal web site.
- In DNS Manager, go to DNS\HOMER\Foreward Lookup Zones\example.local.
- Add a CNAME entry for "internal" that that points to the Fully Qualified Domain Name (FQDN) "homer.example.local.". Note that there is a period at the end of "homer.example.local." and don't include the quotes.
- Add a binding for internal.example.local to the "SBS Sharepoint" web site.
- In IIS Manager, and navigate to "HOMER\Sites\SBS Sharepoint".
- Right click and Edit Bindings.
- Add a host name for "internal.example.local" (no period at the end here).
- Make internal.example.local the canonical name for the web site.
- If you haven't already, download Microsoft's URL Rewrite tool from the Web Platform Installer (http://www.iis.net/download/urlrewrite).
- Also download Microsoft's SEO Toolkit using the Web Platform Installer.
- Select SBS SharePoint in IIS Manager.
- Select URL Rewrite.
- Add a new rule.
- Add a SEO Canonical Domain name rule that points to "internal.example.local".
There is a slight drawback to this technique in that the browser will first request Companyweb, the server will reply with a 301 response that points to internal.example.local, then the browser will go to the final domain name. However, this is not much of a drawback, and it does it in a way that is unlikely to break other parts of Small Business Server.
No comments :
Post a Comment
Note: Only a member of this blog may post a comment.