Copied to clipboard

Flag this post as spam?

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


  • Jon Behrens 53 posts 77 karma points
    Aug 12, 2011 @ 03:50
    Jon Behrens
    0

    Multiple site question

    I have a new install of 4.5.2 running on a development server using IIS 7. I am trying to run two sites from one install, one for .com and the other for .org. My document structure is:

    Content
    -CrimsonCom
    -Page
    -CrimsonOrg
    -Page

    Each site has its own master page tree and I have set useDomainPrefixes to true. In the control panel, the link to document points to /crimson/crimsoncom and /crimson/crimsonorg as would be expected.

    The problem occurs with the pages under the respective site home pages the url for each 'Page' is /crimson/page rather than /crimson/crimsonorg/page. What that means is that I can't see the pages to work on them.

    I'd appreciate any help so I  don't have to throw the site up live to see what it looks like.

    Jon

  • Tom Fulton 2030 posts 4998 karma points c-trib
    Aug 12, 2011 @ 04:06
    Tom Fulton
    0

    Hi Jon,

    You might try setting this setting in the web.config from true to false:  umbracoHideTopLevelNodeFromPath

    Or, leave it set to true and add one more level above the crimsoncom & crimsonorg nodes.

    (Some) info here:  http://our.umbraco.org/wiki/reference/webconfig

     

     

    Also, where is /crimson/ coming from, are you running this in a virtual directory?

    -Tom

  • Jon Behrens 53 posts 77 karma points
    Aug 12, 2011 @ 05:11
    Jon Behrens
    0

    Thanks, Tom.

    Crimson is coming from a web application under 'Default Web Site' on a local 2008 server. So:

        Server
           - Sites
               - Default Web Site
                   - Crimson
    

    All I did was create it as a web project using Visual Studio. I'll try the other in the morning.

    Jon

  • Tom Fulton 2030 posts 4998 karma points c-trib
    Aug 12, 2011 @ 14:18
    Tom Fulton
    0

    Gotcha - did that fix your issue?

  • Jon Behrens 53 posts 77 karma points
    Aug 12, 2011 @ 20:11
    Jon Behrens
    0

    That fixed it. Thanks very much Tom

Please Sign in or register to post replies

Write your reply to:

Draft