No umbraco document matches the url 'http://192.168.0.5:4810/cn/test-page.aspx'
umbraco tried this to match it using this xpath query'/root/*/* [@urlName = "cn"]/* [@urlName = "test-page"] | /root/* [@urlName = "test-page"]')
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.
I already set <useDomainPrefixes>true</useDomainPrefixes> in umbracoSettings.config file
Alternative Links with domain prefix 404 in multi site
this is my domain setteing
this is my ”Alternative Links“
When I open the page http://192.168.0.5:4810/en/test-page.aspx
I got 404 error
I already set <useDomainPrefixes>true</useDomainPrefixes> in umbracoSettings.config file
But http://192.168.0.5:4810/test-page.aspx this url can be opened.
What I want is :
http://192.168.0.5:4810/en/test-page.aspx
http://192.168.0.5:4810/cn/test-page.aspx
can be opened
not http://192.168.0.5:4810/test-page.aspx
Any suggestion will be appreciated.
Facing same issue.
Does anyone know how to fix this , or any working solution which we can refer.
is working on a reply...