Currently I am working on umbraco 7 and we need to add other umbraco instances under it. let's take an example we have three umbraco instances.
1) http://example.com 2) http://example2.com 3) http://example3.com
now we wants something like below:
1) http://example.com 2) http://example.com/example2 3) http://example.com/example3
I have tried to create virtual directories and applications but we still face some issue and it's not working. some errors are mentioned below.
http://screencast.com/t/qzLloAm21qv
with application http://screencast.com/t/gk7f17wB3TE after commenting highlighted line http://screencast.com/t/s7H9C3FpwXRS
Note: I have also put example2 & example3 folders inside and outside of main instance directories.