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,
I have an issue having my 404 pages working correctly. I have a multi language websites (english and french) with this structure below
Content en page 1 page 2 etc... error404 fr page 1 page 2 etc... erreur404
For now i have just configure the umbraco config to take id of error 404 page...but I know it will not work in this configuration..
When in en version get mywebsite/en/error404.aspx and when in fr version get mywebsite/fr/erreur404.aspxHow can i implement a custon 404 handler to work.A detail explanation is welcome.
Thks//Sam.
This post should point you in the rigt direction
http://our.umbraco.org/wiki/how-tos/how-to-implement-your-own-404-handler
In your 404 handler you can determine which site you're on and redirect accordingly
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
404 page for dual language website
Hi all,
I have an issue having my 404 pages working correctly. I have a multi language websites (english and french) with this structure below
Content
en
page 1
page 2
etc...
error404
fr
page 1
page 2 etc...
erreur404
For now i have just configure the umbraco config to take id of error 404 page...but I know it will not work in this configuration..
When in en version get mywebsite/en/error404.aspx and when in fr version get mywebsite/fr/erreur404.aspx
How can i implement a custon 404 handler to work.
A detail explanation is welcome.
Thks
//Sam.
This post should point you in the rigt direction
http://our.umbraco.org/wiki/how-tos/how-to-implement-your-own-404-handler
In your 404 handler you can determine which site you're on and redirect accordingly
is working on a reply...