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ヶ月前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ