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.