getting issue while redirecting 301 xyz.com to www.xyz.com/ with slash and continue for path also using ECS with ELB for deploy

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 now issue is that we also want to redirect SLASH after xyz.com to www.xyz.com/

this is my redirection rule Redirect to HTTPS://www.xyz:443/#{path}?#{query}

Status code: HTTP_301

i want to add SLASH at the www.xyz.com/

1 個回答
1

Create a rule condition in your ALB listener:

If HTTP Host Header is xyz.com -> Redirect to HTTPS://www.xyz.com:443/#{path}?#{query}

AWS
已回答 1 個月前
profile picture
專家
已審閱 1 個月前

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

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

回答問題指南