I'm trying to figure out how to have multiple Cuyahoga sites with the same domain name. i.e. have these load two different sites:
http://www.mydomain.com/site1http://www.mydomain.com/site2Right now that just throws an exception when loading the site: NHibernate.NonUniqueResultException: query did not return a unique result: 2
After some looking around, it looks like the only way to change that is to modify the Core and Web projects (SiteService for site lookup, and UrlHelper.GetSiteUrl to return more than just the base domain), but I'm not sure what other issues might spring up once I do that. I could also try creating my own SiteService and inject it with Windsor container, but I'm not too sure what that would lead to.
Has anyone else had any experience with this?
Any feedback would be much appreciated!
Thanks,
Ben