Remove the second step of redirect when using web.config for HTTPS?
-
I am trying to remove the multiple redirects if possible. I have my web.config setup to direct all urls to https://www.
What I am running into, is that when using redirection for page urls, it is adding that extra step. Here is an example of the flow if I setup a redirect from ‘page5’ to ‘page6’.
1. Enter url: https://example.com/page5
2. Redirect: https://www.example.com/page5
3. Redirect: https://www.example.com/page6Is there any way to skip step 2 and redirect directly to the final destination (3.)?
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Remove the second step of redirect when using web.config for HTTPS?’ is closed to new replies.