Tag: Redirect

  • HTTP to HTTPS rewrite rule

    Typically http to https configuration would be common as the canonical name redirect either http:// or http://www to https.  This may be the site requirement as https:// or https://www

    In our scenario, rewrite rule could be managed to https://www with canonical name.

    Whenever client end entering the URL as http://www.sathiya.io or http://sathiya.io would be automatically redirect to https://www.sathiya.io site.

    More about rewrite rule on Microsoft article

    Cheers!