Search for alias not found handler doesn't work Options
dawoe
Posted: Thursday, March 13, 2008 12:16:09 PM

Rank: Aficionado

Joined: 1/19/2008
Posts: 134
Location: Belgium
I'm trying to setup a search for alias not found handler as described here

I 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
dawoe
Posted: Thursday, March 13, 2008 12:44:04 PM

Rank: Aficionado

Joined: 1/19/2008
Posts: 134
Location: Belgium
Found the problem myself by looking at the source code.

The value for umbracoUrlAlias has to be : aboutt

Maybe the book should be updated.

Converting a DotNetNuke site to Umbraco : Follow it here
Users browsing this topic
Guest


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.