Copied to clipboard

Flag this post as spam?

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


  • Balint Bako 2 posts 22 karma points
    Dec 06, 2017 @ 17:16
    Balint Bako
    0

    Pages under the root node return Page Not Found / 404

    Umbraco 7.5.11 is handling a page request (/login) with MediaProtectModule.

    The same issue happens on all pages which are right under the root node (/). All pages which are on the 2nd level (/public/login) are all working.

    I use the same template for a "/login" and "/public/login/": "/login" returns 404 and "/public/login" shown correctly.

    2017-12-06 16:58:13,273 [P5628/D7/T26] DEBUG Umbraco.Web.UmbracoModule - Begin request: https://someportal/login/.    
    2017-12-06 16:58:13,288 [P5628/D7/T26] DEBUG MediaProtect.HttpModules.MediaProtectModule - Mediaprotect: Request: /login/ on 06/12/2017 16:58:13, isMedia: False, protected:False, hasAcces:True, redirectPage: , nodeId: 0, user:
    

    The same occurs in preview:

    2017-12-06 18:29:02,378 [P5628/D13/T83] DEBUG Umbraco.Web.UmbracoModule - Begin request: https://someportal/2171.aspx.
    2017-12-06 18:29:02,440 [P5628/D13/T83] DEBUG MediaProtect.HttpModules.MediaProtectModule - Mediaprotect: Request: /2171.aspx on 06/12/2017 18:29:02, isMedia: False, protected:False, hasAcces:True, redirectPage: , nodeId: 0, user:balint.bako
    

    What could cause this?

Please Sign in or register to post replies

Write your reply to:

Draft