Report this

What is the reason for this report?

Domain Pointing issue

Posted on May 2, 2021

I have configured nameservers in GoDaddy as per in Digital ocean and added A records with ‘www’ and ‘non-www’. But still, I couldn’t access my website. Please help me with this Domain: eximius-iimb.com



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Hey there @vivekanandadotme! Thanks for the question. It looks like your nameservers are correctly pointed:

$ dig ns eximius-iimb.com +short ns3.digitalocean.com. ns1.digitalocean.com. ns2.digitalocean.com.

and there is an A record returned:

$ dig eximius-iimb.com +short 139.59.10.45

Curling your site results in a 200 (OK) from Apache: $ curl -v eximius-iimb.com

  • Trying 139.59.10.45…
  • TCP_NODELAY set
  • Connected to eximius-iimb.com (139.59.10.45) port 80 (#0)

GET / HTTP/1.1 Host: eximius-iimb.com User-Agent: curl/7.64.1 Accept: /

< HTTP/1.1 200 OK < Date: Sun, 02 May 2021 21:30:27 GMT < Server: Apache/2.4.41 (Ubuntu)

I am also able to see a default WP site when visiting your domain in my browser.

Please refresh your cache and try again, or wait a bit longer if you just made DNS changes for those to propagate to your area of the world.

Hope this helps!

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Start building today

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.