amazon web services - Alias www.example.com to the same example.com on AWS -
i have ec2 instance , have setup domain route53 , elastic ip domain poiting same address time. however, have problem because https://example.com working not https://www.example.com. know there must way route or create alias www.example.com redirects me example.com, i'm not sure how it.
to create alias record what's called naked domain. need set record directly ip address.
go route53,
create record set
- name: www.example.com
- type: - ipv4 address
- alias: no
- alias target: x.x.x.x (<-- ip address example.com)
route53にnaked domainを設定する方法〜elbを利用しない場合〜(how configure naked domain route53 ~ (without elb))
Comments
Post a Comment