I am trying to create a structure on my server that allows more that one site being run on the server. I was hoping to use the "Add domain" functionality on the content structure but I get some serious problems with navigation.
To summarize the problem:
My content structure looks something like this:
content
- test_page
- domain1
- domain1Start (domain:
www.domain1.com)
- domain2
- domain2Start (domain:
www.domain1.com)
The page "domain1Start" has a published URL: /domain1Start.aspx
When I try to access the site
www.domain1.com, the page domain1Start.aspx displays just fine, but if I try
www.domain1.com/domain1Start.aspx the page cannot be found.
if I try to access the domain1Start.aspx page through the web server IP e.g.
http://192.168.1.1/domain1Start.aspx, the page resolves just fint.
There must be some problem with the way domains are resolved.
I looked in the umbracoSettings.config at "useDomainPrefixes" and that option is set to "true".
Any ideas?
- Claus