Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • dennish 17 posts 41 karma points
    Aug 28, 2009 @ 14:03
    dennish
    0

    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

     

  • Jesper Ordrup 1019 posts 1528 karma points MVP
    Aug 28, 2009 @ 14:47
    Jesper Ordrup
    101

    in umbracosettings.config try changing this value

     

        <!-- this will ensure that urls are unique when running with multiple root nodes -->
        <useDomainPrefixes>false</useDomainPrefixes>

    /Jesper

  • Jesper Ordrup 1019 posts 1528 karma points MVP
    Aug 28, 2009 @ 14:48
    Jesper Ordrup
    0

    ... to true .-)

  • dennish 17 posts 41 karma points
    Aug 28, 2009 @ 15:01
    dennish
    0

    Hey it worked!
    Many thanks for the fast response.

    (I had to restart the IIS for some reason before it kicked in.)

  • Jesper Ordrup 1019 posts 1528 karma points MVP
    Aug 28, 2009 @ 15:20
    Jesper Ordrup
    0

    most welcome (please remember to mark the response as a solution, so others easily can find it )

    /Jesper

Please Sign in or register to post replies

Write your reply to:

Draft