I have a problem with a site A, in a multiple site (Site A, www.a.com and Site B, www2.a.com) epi installation, that does not have its own domain.
1. Site B has the host name www2.a.com but the actual site is under www2.a.com/site.
2. www2.a.com redirects to www.a.com, that has subdomains like www.a.com/b and www.a.com/c.
This causes some problems for the server when keeping track of what /budles belongs to what web. Now the solution for the issue is to try through code to change the name of the bundles files to something like /bbundles, /cbundles and /sitebundles. The code for all sites in the multi site shares one source code.
What other solutions can we use? We would like to resolve this issue higher up without having to rename the bundles folder and so on.
Is it possible to give site B the host name www.test.com and then redirect it to www2.a.com or www2.a.com/d or will this cause problems with episerver?