No document matches after moving Umbraco site to new server
Hi,
i have just moved an umbraco site to a new dedicated server. Its v4.5 and i am getting the no document matches error when trying to create nodes in the CMS and when accessing URLs like root/Umbraco which should redirect to root/Umbraco/Login.aspx.
Is there anything i need to do specifically in terms of setup or things i should check in web.config that may be causing this issue? How do i go about troubleshooting this error?
Thanks in advance.
This is the error:
Page not found
No umbraco document matches the url 'http://root.com/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.
No document matches after moving Umbraco site to new server
Hi,
i have just moved an umbraco site to a new dedicated server. Its v4.5 and i am getting the no document matches error when trying to create nodes in the CMS and when accessing URLs like root/Umbraco which should redirect to root/Umbraco/Login.aspx.
Is there anything i need to do specifically in terms of setup or things i should check in web.config that may be causing this issue? How do i go about troubleshooting this error?
Thanks in advance.
This is the error:
Page not found
No umbraco document matches the url 'http://root.com/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 ;-)
Try republishing your content.
Rich
Hi Rich,
Republished the site from the top level node fine. This didnt make a difference.
Then tried republishing individual nodes and i get that same error.
Thanks anyway.
I think it may be a UrlRewriting issue, as when i create nodes i get the umbraco error but the node is actually created if i reload the tree.
Can anyone point me towards the correct configuration of UrlRewriting.Net with umbraco?
is working on a reply...