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

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

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.
I checked resolving and pinging your domain:
$ dig world4movies.in
; <<>> DiG 9.8.3-P1 <<>> world4movies.in
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 22104
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;world4movies.in. IN A
;; ANSWER SECTION:
world4movies.in. 1799 IN A 139.59.0.65
;; Query time: 49 msec
;; SERVER: 8.8.8.8#53(8.8.8.8)
;; WHEN: Tue Jul 12 13:18:44 2016
;; MSG SIZE rcvd: 49
$ ping world4movies.in
PING world4movies.in (139.59.0.65): 56 data bytes
64 bytes from 139.59.0.65: icmp_seq=0 ttl=54 time=212.390 ms
Both worked, then I checked opening a connection to port 80 (http):
$ telnet 139.59.0.65 80
Trying 139.59.0.65...
telnet: connect to address 139.59.0.65: Connection refused
telnet: Unable to connect to remote host
This failed. Which means that your webserver isn’t running, so you should check there and ensure that it is up and running and listening on port 80.