Hi Good Day,
I have been trying to redirect my http web pages using the rewrite module.
The module works in converting http link to https, but then the converted url path is not as expected.
For example:
original link: http://servername/folder/page_x.aspx
Converted link: https://servername/page_x.aspx
To achieve expected result, updated the rules in web.config file with various combinations of constructing the target url but i have had no luck.
Any tips/direction towards the fix will be really helpful.
I have been trying to redirect my http web pages using the rewrite module.
The module works in converting http link to https, but then the converted url path is not as expected.
For example:
original link: http://servername/folder/page_x.aspx
Converted link: https://servername/page_x.aspx
To achieve expected result, updated the rules in web.config file with various combinations of constructing the target url but i have had no luck.
Any tips/direction towards the fix will be really helpful.