I'm trying to setup a search for alias not found handler as described
hereI setup Umbraco with the Creative Web package. On the Text page documenttype I addded the property 'umbracoUrlAlias' as a text string. On the 'About' page I gave it the value /aboutt.aspx
When I call http://localhost/aboutt.aspx I receive following error :
Quote:
Page not found
No umbraco document matches the url 'http://localhost/default.aspx?umbPage=/aboutt.aspx&'
umbraco tried this to match it using this xpath query'/root/node [@urlName = "aboutt"] | /root/node/node [@urlName = "aboutt"]')
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 ;-)
Am I missing something ?
Converting a DotNetNuke site to Umbraco :
Follow it here