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
asked a month ago141 views
1 Answer
1
Accepted Answer

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
EXPERT
hyp
answered a month ago
profile picture
EXPERT
reviewed a month ago
  • 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.

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions