Copied to clipboard

Flag this post as spam?

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


  • Bo Jacobsen 438 posts 1818 karma points
    Oct 03, 2017 @ 09:20
    Bo Jacobsen
    0

    Urlrewrite rules to allow a single http url.

    Hi all.

    Using Umbraco version 7.2.6

    I am redirecting all HTTP calls to HTTPS. But i need to allow one single url to be called. How can i do that. The url would be http://domain.com/Import/index.aspx

    urlRewriting.config

    <add  name="httpToHttps"
              redirectMode="Permanent"
              redirect="Domain"
              ignoreCase="true"
              rewriteUrlParameter="ExcludeFromClientQueryString"
              virtualUrl="http://(.*)"
              destinationUrl="https://$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