Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi All,
After deleting over 100 nodes a few weeks ago,am getting this message when make a crawl on the whole website.
The page you requested was removed.
Shouldnt i be gettinga 404 since this page doesnot exist anymore?
Any suggestions on how to clear those urls ? in my report this is appearing as broken links.
Regards,
A quick Google search for that error gives me this: http://forums.asp.net/t/1684905.aspx?Generating+and+capturing+410+status
Might want to check in umbracoSettings.config if trySkipIisCustomErrors is true (in case you're on IIS 7.5+).
Hi Sebastiaan,
Actually it is set to false. What if i delete the umbraco.config file under App/Data ?
Not sure but that might solve it right ? Right now am having over 200 error pages for deleted pages.
You just need to set it to true. Has nothing to do with the umbraco.config file.
I have done this before using
http://our.umbraco.org/projects/backoffice-extensions/delete-all-children-context-menu-item
Had no problems, this was with 6.1.0 +
charlie
@sebastiaan
I did try this and set it to true but still having the same issue.
Is there any other way of doing a 410 on those in umbraco ?
you could do this in IIS or you could set the 410 in the web config to go to a custom page :)
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Deleting over 100 nodes
Hi All,
After deleting over 100 nodes a few weeks ago,am getting this message when make a crawl on the whole website.
The page you requested was removed.
Shouldnt i be gettinga 404 since this page doesnot exist anymore?
Any suggestions on how to clear those urls ? in my report this is appearing as broken links.
Regards,
A quick Google search for that error gives me this: http://forums.asp.net/t/1684905.aspx?Generating+and+capturing+410+status
Might want to check in umbracoSettings.config if trySkipIisCustomErrors is true (in case you're on IIS 7.5+).
Hi Sebastiaan,
Actually it is set to false. What if i delete the umbraco.config file under App/Data ?
Not sure but that might solve it right ? Right now am having over 200 error pages for deleted pages.
You just need to set it to true. Has nothing to do with the umbraco.config file.
I have done this before using
http://our.umbraco.org/projects/backoffice-extensions/delete-all-children-context-menu-item
Had no problems, this was with 6.1.0 +
charlie
@sebastiaan
I did try this and set it to true but still having the same issue.
The page you requested was removed.
Is there any other way of doing a 410 on those in umbraco ?
you could do this in IIS or you could set the 410 in the web config to go to a custom page :)
is working on a reply...