I am developing a intranet portal where we have logically segmented our subsites into two units. i.e BUSINESS and SERVICES.
The above units are mere logical representation nothing else. But the URL should be like
Business
http://myportal/Business/SalesDistribution
http://myportal/Business/Marketing
Services
http://myportal/Services/HR (main HR site for general users to access doc libraries)
http://myportal/Services/HR/StaffLoans (reserved for HR loans employees team site)
http://myportal/Services/HR/StaffInsurance (reserved for HR Insurance employees team site)
But I dont want users to just type http://myportal/Business and reach there as this is not going to be the display page anyway as this is logical segmentation. No I have no clue how to create subsites like SalesDistribution, Marketing under logial segment "Business" and HR, StaffLoans and StaffInsurance under "Services" ..do i need to create Business and Services as subsite first and then create further subsites underneath or I can achieve the same urls without physically creating logical segments?
How would I handle this plz guide.