Recently our website was reorganized and directories were moved around. In the aftermath, one of the links made using Umbraco is providing this error:
Page not found
No umbraco document matches the url
'http://web-est.com/auto-body-marketing/2010/3/9/using-video-to-market-your-auto-body-shop.aspx'
umbraco
tried this to match it using this xpath query'/root/node/node [@urlName
= "auto-body-marketing"]/node [@urlName = "2010"]/node [@urlName =
"3"]/node [@urlName = "9"]/node [@urlName =
"using-video-to-market-your-auto-body-shop"]')
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.
The other programmer I work with thinks that something got messed up with the database entries Umbraco uses to keep track of paths when we switched directories for our site. It is only this one link which is messing up. Any help or a point in the right direction to another thread would be appreciated.
Have you tried republishing the entire site (right click your root node in the content section and the option is in there). Sometimes when nodes get moved around it needs a helping hand to tie things back up.
Like Dan says, you should cosider republishing your site through the backend.
If this doesn't work, you could try to find the "using-video-to-market-your-auto-body-shop"-page inside the content tree. Click the node, and go to the "Property"-tab. Here you can see the link to the page. Compare the URL in here, with the URL that you provided above to see if the two are similar.
Page Not Found
Recently our website was reorganized and directories were moved around. In the aftermath, one of the links made using Umbraco is providing this error:
Page not found
No umbraco document matches the url 'http://web-est.com/auto-body-marketing/2010/3/9/using-video-to-market-your-auto-body-shop.aspx'
umbraco tried this to match it using this xpath query'/root/node/node [@urlName = "auto-body-marketing"]/node [@urlName = "2010"]/node [@urlName = "3"]/node [@urlName = "9"]/node [@urlName = "using-video-to-market-your-auto-body-shop"]')
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.
The other programmer I work with thinks that something got messed up with the database entries Umbraco uses to keep track of paths when we switched directories for our site. It is only this one link which is messing up. Any help or a point in the right direction to another thread would be appreciated.
Hi Josh,
Have you tried republishing the entire site (right click your root node in the content section and the option is in there). Sometimes when nodes get moved around it needs a helping hand to tie things back up.
HTH
Hi Josh
Like Dan says, you should cosider republishing your site through the backend.
If this doesn't work, you could try to find the "using-video-to-market-your-auto-body-shop"-page inside the content tree. Click the node, and go to the "Property"-tab. Here you can see the link to the page. Compare the URL in here, with the URL that you provided above to see if the two are similar.
Hope one of the solutions works.
/Kim A
Awesome. Thanks for the replies. I'll try those and get back to you on the results.
If it wont let you republish it through Umbraco you can also replublish it using the republish.aspx?xml=true page, see here for full instructions
is working on a reply...