2 Answers
- Newest
- Most votes
- Most comments
1
You need to change the redirect to take into account the path and query. Please try the following
Setting the Full URL to be https://www.xyz.com:#{port}/#{path}?#{query} for the redirected url.
0
Hello,
The rule should be something like this Redirect to https://xyz.com:443/#{path}?#{query}
Please check this Knowledge Center article describing "How can I use an Application Load Balancer to redirect one domain to another?"
yes this worked thank you
Relevant content
- asked 4 years ago

yes this worked thank you
hey i need a little help again
we are achieving this https://xyz.com/path/ gets redirected to https://www.xyz.com/path/
but the main issue im having is this now
https://xyz.com gets redirected to https://www.xyz.com but we want this to redirect there https://www.xyz.com/ this append slash need to add in main