Site works fine to me also.
Have you tried doing a lookup of the domain, ping it's IP and also trace routing to the server like shown below:
NSLookup:
# nslookup distrowatch.com
Server: dns.google
Address: 2001:4860:4860::8888
Non-authoritative answer:
Name: distrowatch.com
Addresses: 2a00:9080:1:20c::1
82.103.136.226
Ping:
# ping -4 distrowatch.com
Pinging distrowatch.com [82.103.136.226] with 32 bytes of data:
Reply from 82.103.136.226: bytes=32 time=19ms TTL=52
Reply from 82.103.136.226: bytes=32 time=19ms TTL=52
Reply from 82.103.136.226: bytes=32 time=19ms TTL=52
Reply from 82.103.136.226: bytes=32 time=19ms TTL=52
Ping statistics for 82.103.136.226:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 19ms, Maximum = 19ms, Average = 19ms
Trace Route:
# tracert -4 distrowatch.com
Tracing route to distrowatch.com [82.103.136.226]
over a maximum of 30 hops:
1 <1 ms <1 ms <1 ms YAZOO [192.168.2.253]
2 1 ms 1 ms 1 ms 172.16.10.194
3 3 ms 2 ms 2 ms 31.55.186.177
4 3 ms 4 ms 3 ms 31.55.186.176
5 3 ms 3 ms 3 ms 195.99.127.102
6 3 ms 3 ms 3 ms 62.6.201.146
7 2 ms 2 ms 2 ms 213.137.183.32
8 3 ms 2 ms 3 ms ldn-b9-link.telia.net [213.248.97.50]
9 3 ms 3 ms 3 ms ldn-bb4-link.telia.net [62.115.116.240]
10 16 ms 15 ms 15 ms hbg-bb4-link.telia.net [62.115.122.160]
11 19 ms 19 ms 19 ms kbn-bb4-link.telia.net [213.155.135.121]
12 21 ms 21 ms 21 ms kbn-b3-link.telia.net [62.115.121.13]
13 22 ms 22 ms 22 ms easyspeedy-ic-305269-kbn-b3.c.telia.net [62.115.40.174]
14 19 ms 20 ms 19 ms e82-103-136-226s.easyspeedy.com [82.103.136.226]
Trace complete.
You might be able to find the issue.
If you cannot ping or trace route using the domain name (might be a DNS issue) you can use their IP which is "
82.103.136.226"
Also the -4 argument tells them to use IPv4, I have to do this due to my stupid Security Suit.
Paul