No umbraco document matches the url 'http://localhost:16764/services.aspx'
umbraco tried this to match it using this xpath query'/root/* [@urlName = "services"] | /root/*/* [@urlName = "services"]')
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.
Could you provide us with a little more details on what seems to be your problem? And what you epect to happen in yous setup.
All I can see is that you are trying to find a page called "services.aspx". Does this page exist at all? Or did you rename the node, unpublish it, move it in the tree, delete it or something like that?
My suggestion is same as kim's, just want suggest one more thing, problem may be due to missing the template name for the service.aspx page. So check either template is assigned for the page or not.
Actually I don't think this would result in a 404. If no template was assigned to a node, I'm pretty sure it would either result in a blank page or say something like "No template found for this page". I can't remember it with a 100% certainty, but I'm pretty sure that a page with no assigned template will not return in a 404. Someone please correct me if I'm wrong :)
Page not found
Page not found
No umbraco document matches the url 'http://localhost:16764/services.aspx'
umbraco tried this to match it using this xpath query'/root/* [@urlName = "services"] | /root/*/* [@urlName = "services"]')
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.
help me.
Hi Sachin.
Could you provide us with a little more details on what seems to be your problem? And what you epect to happen in yous setup.
All I can see is that you are trying to find a page called "services.aspx". Does this page exist at all? Or did you rename the node, unpublish it, move it in the tree, delete it or something like that?
/Kim A
Hi Sachin
My suggestion is same as kim's, just want suggest one more thing, problem may be due to missing the template name for the service.aspx page. So check either template is assigned for the page or not.
Thanks
Pnima
@Pasang
Actually I don't think this would result in a 404. If no template was assigned to a node, I'm pretty sure it would either result in a blank page or say something like "No template found for this page". I can't remember it with a 100% certainty, but I'm pretty sure that a page with no assigned template will not return in a 404. Someone please correct me if I'm wrong :)
/Kim A
This post might be the correction that I asked for earlier :) I think you are maybe right anyway Pasang according to the solution in this post.
Don't know if it fixes Sachin's problem though, but anyway.
Sorry for my ignorance Pasang :)
/Kim A
Thanx kim and pasang,
Now my page working fine.
Thanx for your kind support...
You are very welcome Sachin.
Could you tell us how you solved the issue? Was it the missing template or how?
/Kim A
hello kim,
yes it was missing template..
Ahh okay cool. Great that you returned with the solution - Thanks :)
/Kim A
is working on a reply...