Copied to clipboard

Flag this post as spam?

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


  • Amir Khan 1199 posts 2567 karma points
    Oct 30, 2018 @ 16:22
    Amir Khan
    0

    Settings, Developer and Users showing 404

    I'm having an issue on a site where the templates in the settings section, all of the developer section and the users in the users section are showing the 404 page from the front end of the website without any apparent changes taking place.

    Has anyone experienced this before?

    Thanks!

    Amir

  • Amir Khan 1199 posts 2567 karma points
    Oct 30, 2018 @ 16:53
    Amir Khan
    100

    It was because of an odd set of redirects we had added at some point. Idk why they were added in the first place but here they are below incase it happens to anyone else.

    <add name="some_name2"
               redirect="Domain"
               ignoreCase="true" rewriteUrlParameter="IncludeQueryStringForRewrite"
               virtualUrl="http://domain.com/(.*).asp"
               redirectMode="Permanent"
               destinationUrl="http://domain.com/$1" />
    
  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies