Copied to clipboard

Flag this post as spam?

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


  • Terry Clancy 204 posts 944 karma points
    Jun 08, 2013 @ 10:55
    Terry Clancy
    0

    Running two Umbraco sites on one machine

    Dear Umbraco folk,

    I am trying to run two Umbraco sites on one machine.  I tried to move an existing site to port 8080 and have installed a new site on port 80

    The new site on port 80 seems to be working OK.

    But the site (that was working) which I moved to port 8080 has a problem.  The root at http://localhost:8080/ ; works OK, but, the administration site at http://localhost:8080/umbraco ; returns the error below.

    I am using IIS8 on a Windows Server 2012 VM.

    Please let me know if you can help me solve this problem,

    Thanks Terry Clancy,.......  and here is the error:

     

    Page not found

    No umbraco document matches the url 'http://localhost:8080/umbraco'

    umbraco tried this to match it using this xpath query'/root/* [@urlName = "umbraco"] | /root/*/* [@urlName = "umbraco"]')

    This page can be replaced with a custom 404 page by adding the id of the umbraco document to show as 404 page in the /config/umbracoSettings.config file. Just add the id to the '/settings/content/errors/error404' element.

    For more information, visit information about custom 404 on the umbraco website.

    This page is intentionally left ugly ;-)

  • Terry Clancy 204 posts 944 karma points
    Jun 09, 2013 @ 07:48
    Terry Clancy
    0

    I appear to have fixed this.  I think my broswer to autocompleting to ..../default.htm rather than ..../default.aspx , or else deleting cookies fixed it not sure which.  I will report back if I find out more.

     

    Terry Clancy

  • Davey Bonamie 5 posts 26 karma points
    Jun 10, 2013 @ 09:50
    Davey Bonamie
    0

    I have several umbraco sites running on iis 7 with different ports without a problem.

    If the default.htm really is the problem, then you could move default.aspx up in the default document tab of IIS.

  • Mark Bennett 199 posts 375 karma points
    Jun 10, 2013 @ 13:58
    Mark Bennett
    0

    You can run them all on the same port if  you want - just use hostheaders in IIS and hostname in Umbraco. 

  • Terry Clancy 204 posts 944 karma points
    Jun 11, 2013 @ 02:02
    Terry Clancy
    0

    Thanks everyone for your valuable contributions.

Please Sign in or register to post replies

Write your reply to:

Draft