Sitecollection location in server
-
Hi I have a webapplication and i have created a sitecollection with personalised url Eg: http://name.com/sites/xyz When creating the application i have given port no as 90. After that i created wildcard sitecollection with url sites/xyz In iis, i can see the sharepoint site with port 90. But when i browse, it says page cannot be found. I want to redirect to sites/xyz in iis. How do i do that. I am using windows server 2003 ans wss3.0 and IIS6.0 Thanks in Advance Naina
Naina
-
Hi I have a webapplication and i have created a sitecollection with personalised url Eg: http://name.com/sites/xyz When creating the application i have given port no as 90. After that i created wildcard sitecollection with url sites/xyz In iis, i can see the sharepoint site with port 90. But when i browse, it says page cannot be found. I want to redirect to sites/xyz in iis. How do i do that. I am using windows server 2003 ans wss3.0 and IIS6.0 Thanks in Advance Naina
Naina
nainakarri wrote:
created wildcard sitecollection with url sites/xyz
No, what you have created was a managed path with Wildcard inclusion and have created a SiteCollection on that managed path. It helps to use the correct terminology when describing a problem. Just by creating a managed path does nothing to route requests through IIS. If you have designated a different port for this web application then you need to use host headers and configure IIS to redirect requests for this URL to that port. If you are using SiteCollection host headers then it will not work with managed paths. http://social.msdn.microsoft.com/Forums/en-US/sharepointserverknowledgenetwork/thread/e0bb0351-0770-44e3-aca6-4825b2c712f8/[^]
Failure is not an option; it's the default selection.