我已经看到了一些关于此的问题,但答案对我不起作用。我想将裸域重定向到www。我将我的站点部署在S3存储桶和Cloudfront发行版中。
这个问题类似:
https://serverfault.com/questions/576461/redirect-non-www-requests-to-www-on-amazon-route-53
How do I redirect a naked (apex) domain to www using Route 53?
这就是我所拥有的:
www.mysitename.com域名中的一切运作良好,但裸域无效。
在Route 53中配置的方式如下:
如果我去我的" mysitename.com.s3 -...." S3存储桶正确地重定向到另一个存储桶。但是,如果我进入裸体领域,它就无法运作。
我得到的错误是:
This site can’t be reached xxxxxxxx.com took too long to respond.
Try: Checking the connection Checking the proxy and the firewall Running Network Diagnostics ERR_CONNECTION_TIMED_OUT
它正确解析为Amazon S3 IP。如果我转到IP,它会打开https://aws.amazon.com/s3/。
我错过了什么?
答案 0 :(得分:-1)
https://forums.aws.amazon.com/thread.jspa?threadID=55995
快捷方式:
只需将您的裸域/根域指向174.129.25.170,所有对example.com的请求都将重定向到www.example.com
无需注册,网站上发布正常运行时间。 这是一个仅重定向的EC2实例。
完全披露:用户“Dima”提供此服务。