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 Antwort
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
beantwortet vor einem Monat
profile picture
EXPERTE
überprüft vor einem Monat

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen