For growth and performance reasons, I need to distribute my Webs across several Site Collections.
Still, I want the URL of these Webs to appear as though they are in the same place. Here is an illustration.
I want:
- hxxp://sharepoint/mywebapp/customer1234
- hxxp://sharepoint/mywebapp/customer4324
- hxxp://sharepoint/mywebapp/customer5675
- hxxp://sharepoint/mywebapp/customer6535
I DON'T want:
- hxxp://sharepoint/mywebapp/sc4/customer1234
- hxxp://sharepoint/mywebapp/sc4/customer4324
- hxxp://sharepoint/mywebapp/sc5/customer5675
- hxxp://sharepoint/mywebapp/sc5/customer6535
etc.
Is this possible? Any ideas?
--Raoden