Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Qing 4 posts 25 karma points
    Aug 23, 2012 @ 04:55
    Qing
    0

    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

     

    Page not found

    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

    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.

     

  • Manish Ramanan 8 posts 28 karma points
    Nov 28, 2012 @ 18:57
    Manish Ramanan
    0

    Facing same issue.

    Does anyone know how to fix this , or any working solution which we can refer.

Please Sign in or register to post replies

Write your reply to:

Draft