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 Answer
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
answered 20 days ago
profile picture
EXPERT
reviewed 20 days ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions