Hi, @AniruddhSringeri. There is an inactive DNS zone for that domain here:
https://app.netlify.com/account/dns/makemytimetable.com
That must be deleted or activated. Leaving inactive will cause issues. There is more about why this must be fixed and how to do so here:
Now, about the domain showing a different site. This is because you don’t have it added to your site settings (under Site Name > Settings > Domain management > Custom domains). It is linked to a different site at Netlify. I can unlink the domain from the existing site if you create a verification DNS record:
Once the domain as been removed from the other site and team, it can then be added to your site here:
https://app.netlify.com/sites/happy-hopper-281b11/settings/domain#custom-domains
Last but not least, the external DNS configuration of this site is not configured as we recommend. These are the current records:
makemytimetable.com. 3600 IN A 104.198.14.52
www.makemytimetable.com. 3600 IN CNAME makemytimetable.com.
However, the recommended record would be this:
makemytimetable.com. 3600 IN A 104.198.14.52
www.makemytimetable.com. 3600 IN CNAME happy-hopper-281b11.netlify.app.
Note, you should make the www
subdomain the primary custom domain if this is done. If you make the apex domain primary, it sends all traffic to one IP address and that is not ideal. This is also what the current (incorrect) DNS configuration is doing - sending all traffic to a single IP address.
Please let us know if you create the verification DNS record or if there are any questions.