Below are my config settings. I have a template called Rss (the one that comes with starter kit).
I am expecting /Rss.aspx url to work, but i get page not found error as methioned below.
Web.Config:
<customErrors mode="Off" />
umbracoSettings.config
<errors> <!-- the id of the page that should be shown if the page is not found --> <!-- <errorPage culture="default">1</errorPage>--> <!-- <errorPage culture="en-US">200</errorPage>--> <error404>1</error404> </errors>
No umbraco document matches the url 'http://pbdesk.com/rss.aspx'
umbraco tried this to match it using this xpath query'/root/* [@urlName = "rss"] | /root/*/* [@urlName = "rss"]')
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.
But i dont have any specific page. I want it to be handled by SearchForTemplate and go to the tempalte page.
I do have RSS temmplate. To my understanding <error404>1</error404> should come into picture after all <NotFoundHandlers> are taken care from 404handlers.config file.
404 handler not working for me in 4.6.1
Below are my config settings. I have a template called Rss (the one that comes with starter kit).
I am expecting /Rss.aspx url to work, but i get page not found error as methioned below.
Web.Config:
umbracoSettings.config
404handlers.config
Error message:
For your 404 handler to go to a page you created, you need to specify the node ID of your page in (replacing 1 with the node id of your page):
But i dont have any specific page. I want it to be handled by SearchForTemplate and go to the tempalte page.
I do have RSS temmplate. To my understanding <error404>1</error404> should come into picture after all <NotFoundHandlers> are taken care from 404handlers.config file.
Anybody any help? Please.
Expecting support from friendliest CMS community on the planet!!!
What is the exact name of your masterpage?
When I go to: http://pbdesk.com/rss.aspx I am getting a page, so is it working?
That is because i have created another content page with the name RSS. As i was not getting solution i created a new content page with that name.
i have renamed that page now to rss1.aspx which works file. Now i have template/masterpage named Rss and i get same error back.
Anybody any help? Please.
is working on a reply...