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:
<customErrorsmode="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.
The naming of pages is based on the page title as a default, not the template. If you NEED a page to have a specific url look into the umbracoUrlName property. Though if you do not need to and you just need to link to this page, link to the Id instead (using umbraco.library:NiceUrl in xslt for intance)
404 handler not working for me in 4.7RC
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:
Page not found
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.
For more information, visit information about custom 404 on the umbraco website.
This page is intentionally left ugly ;-)
Further this was not working for me in 4.6.1 as well as 4.7 beta and now in 4.7RC
Hi Community - any help?
Is your problem that the page is not working or that you wanting a custom 404 page?
As I have template named "Rss", I am expecting that /Rss.aspx should work fine, but instead i get 404 error.
The naming of pages is based on the page title as a default, not the template. If you NEED a page to have a specific url look into the umbracoUrlName property. Though if you do not need to and you just need to link to this page, link to the Id instead (using umbraco.library:NiceUrl in xslt for intance)
Anybody any help
is working on a reply...