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.
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.
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 ;-)
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
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.
You can run them all on the same port if you want - just use hostheaders in IIS and hostname in Umbraco.
Thanks everyone for your valuable contributions.
is working on a reply...