Route53 does not forward to my ec2 wordpress

0

I have hosted Wordpress website on EC2, now i have configured it with Route53 but it does not work. Can you guys please suggest what necessary changes i have to do.

Below is the changes i have done.

  1. Hosted a zone in Route53, mydoamin.in
  2. Copy name-server to hostinger name-server (from where i purchased my domain)
  3. created a record with ec2 ip (where my wordpress site is hosted)
  4. changes in /etc/apache2/sites-available/000-default.conf, added ServerName mydomain.in
  5.                                                                                                               ServerAlias www.mydomain.in
    
  • Hi Faisal, you have not given enough information here for us to help you troubleshoot this. Can you provide at least your actual domain name?

  • Hi Max, Firstly thank you. Actually the problem was in my Laptop DNS settings. I have configured it and now it works fine.

Faisal
已提问 1 个月前152 查看次数
1 回答
1
已接受的回答

If you did the step 3 well, you will be able to check the ec2 ip for using the below linux command. If not, please recheck step 1~3. how is the result?

$ dig <route 53 record>

The below knowledge will help you, which records are needed in this situation. https://repost.aws/knowledge-center/route-53-create-alias-records

AWS
专家
hyp
已回答 1 个月前
profile picture
专家
已审核 1 个月前
  • Hi Peer, Actually the problem was in my Laptop DNS settings. I have configured it and now it works fine. Thank you for this assistance.

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则

相关内容