Situation
There is a MOSS 2007 farm with Shared Service provider configured to use mysites.domain.com as a My Sites host Web site.
Two Alternate Access Mappings were created for My Sites Web site:
Default Zone: http://mysites.domain.com
Extranet Zone: https://mysites.domain.com
In IIS this is a single Web site with aditional binding for https on port 443.
If you search for people using Extranet Zone mapping for the SharePoint Web site in the search result the URL is https://mysites.domain.com:
After installation of Infrastructure Update for Microsoft Office Servers search result Web site URL for people looks like https://mysites.domain.com:80 which is wrong, because there is no Web site on port 80 available using https:
Some ideas are explained in the following article:
People Search Results adds a :80 Suffix to results on an External Facing Site
And cosmetic workaround is provided in the following article:
How to remove something (the port) from the URL as returned in the search results (searchresults.aspx)
The problem with the above workarounds is that it only patches certain areas, but not the cause of the issue. I.e. if you just change the Search Result Web part for people doesn't mean you don't need to change this URL everywhere on your Web site you display a user.
I'm in the process of resolving this issue.
Stay tuned.
There is a MOSS 2007 farm with Shared Service provider configured to use mysites.domain.com as a My Sites host Web site.
Two Alternate Access Mappings were created for My Sites Web site:
Default Zone: http://mysites.domain.com
Extranet Zone: https://mysites.domain.com
In IIS this is a single Web site with aditional binding for https on port 443.
If you search for people using Extranet Zone mapping for the SharePoint Web site in the search result the URL is https://mysites.domain.com:
After installation of Infrastructure Update for Microsoft Office Servers search result Web site URL for people looks like https://mysites.domain.com:80 which is wrong, because there is no Web site on port 80 available using https:
Some ideas are explained in the following article:
People Search Results adds a :80 Suffix to results on an External Facing Site
And cosmetic workaround is provided in the following article:
How to remove something (the port) from the URL as returned in the search results (searchresults.aspx)
The problem with the above workarounds is that it only patches certain areas, but not the cause of the issue. I.e. if you just change the Search Result Web part for people doesn't mean you don't need to change this URL everywhere on your Web site you display a user.
I'm in the process of resolving this issue.
Stay tuned.
Comments
Post a Comment