Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I have 2 sites on the same installation of Umbraco. I also have flat URL's. The problem is that the flat URL's seems to be shared between the sites.
Example;
SIte1 - Home - About
Site2 - Map- Places
So if I type Site1/map I would expect a 404, but no, I get Site2/map, with the domain still from Site1.
The sites;http://gilimeno.orghttp://adeng-adeng.com
in umbracosettings.config try changing this value
<!-- this will ensure that urls are unique when running with multiple root nodes --> <useDomainPrefixes>false</useDomainPrefixes>
/Jesper
... to true .-)
Hey it worked!Many thanks for the fast response.
(I had to restart the IIS for some reason before it kicked in.)
most welcome (please remember to mark the response as a solution, so others easily can find it )
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Problem with multiple sites, flat URL gets shared
I have 2 sites on the same installation of Umbraco. I also have flat URL's.
The problem is that the flat URL's seems to be shared between the sites.
Example;
SIte1
- Home
- About
Site2
- Map
- Places
So if I type Site1/map I would expect a 404, but no, I get Site2/map, with the domain still from Site1.
The sites;
http://gilimeno.org
http://adeng-adeng.com
in umbracosettings.config try changing this value
<!-- this will ensure that urls are unique when running with multiple root nodes -->
<useDomainPrefixes>false</useDomainPrefixes>
/Jesper
... to true .-)
Hey it worked!
Many thanks for the fast response.
(I had to restart the IIS for some reason before it kicked in.)
most welcome (please remember to mark the response as a solution, so others easily can find it )
/Jesper
is working on a reply...