URL rewrite is not working

Hi All,

I want to redirect from https://abc.com.demo to https://www.abc.com.demo. I have tried the following steps, but it is not working.

Please refer to the screenshots below for reference.

  1. Using advance rule
    ==================

  2. Using Standard rule
    =================

Thank you,
Krushna

Hi Krushna,
In the first, advanced rule, you seems to have an expression “^abc.com.demo” in the value of the host header. AFAIR that is not supported, so best try the actual value.

In the second, normal rule, you have https protocol in the Rewrite From but normally in the site webapp where the rules are processed, the protocol is http because a webserver/load balancer would have offloaded it already (but I don’t know the details of your set up). You may want to try http:// or just /.

HTH
Jeroen