getting issue while redirecting 301 xyz.com/ab to www.xyz.com/ab from load balancer using ECS service

0

I am using ECS service and using ELB to deploy my site and i have set A type record with ELB (xyz.com) and CNAME record for www.xyz.com and then using rules to redirect from xyz.com to www.xyz.com.

but then issue is that it is not redirecting xyz.com/ab to www.xyz.com/ab

this is my rule IF host is xyz.com THEN redirect to https://www.xyz.com/

and the thing is path is no fixed here.

已提問 2 個月前檢視次數 520 次
2 個答案
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.

profile picture
專家
已回答 2 個月前
profile picture
專家
已審閱 2 個月前
profile picture
專家
已審閱 2 個月前
  • yes this worked thank you

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?"

profile pictureAWS
已回答 2 個月前
profile picture
專家
已審閱 2 個月前
  • yes this worked thank you

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南