Website Loading issue

Hello,

I have a domain (mihirtrivedi.com) that i have stored files on to acces from my arduino through the ethernet shield. I was playing around with it on the weekend to find out how to use the dns feature, and I think I changed the port (as in if (client.connect(serverName, 80)) { ) a couple of times. Now, I am unable to load the webpage in my network. However, the page loads fine in anyone else's network.

Anyone know what might have happened/how to fix this?

Thanks!

P.S. I think that it might be a router issue.

If you are trying to access the Arduino by domain, and the public ip is forwarded to the Arduino localnet ip, then you normally must use a "hairpin NAT" in the router, or use the localnet ip on your localnet computers.