google / physical-web

The Physical Web: walk up and use anything
http://physical-web.org
Apache License 2.0
5.99k stars 665 forks source link

Link (http://physical-web.org) doesnt work without www prepended #53

Closed cihangir closed 10 years ago

cihangir commented 10 years ago

The link in the descriptions doesnt work without adding [www].physical-web.org

scottjenson commented 10 years ago

Sorry, not clear what you mean. "http://physical-web.org" works by itself. Is there a dead link in the docs? If so where?

jonathanstark commented 10 years ago

Not sure if this is related but the link in the Washington Post article was broken. They forgot the colon after https

On Wednesday, October 8, 2014, scottjenson notifications@github.com wrote:

Sorry, not clear what you mean. "http://physical-web.org" works by itself. Is there a dead link in the docs? If so where?

Reply to this email directly or view it on GitHub https://github.com/google/physical-web/issues/53#issuecomment-58361607.

Jonathan Stark (401) 952-8899

Get your web team up to speed with mobile fast! Book a workshop today: jonathanstark.com/training http://files.jstark.co/XQpz

cihangir commented 10 years ago

it seem it is a problem only for me

➜ ~ traceroute physical-web.org
traceroute: Warning: physical-web.org has multiple addresses; using 216.239.32.21
traceroute to physical-web.org (216.239.32.21), 64 hops max, 52 byte packets
 1  192.168.2.1 (192.168.2.1)  3.708 ms  2.829 ms  1.909 ms
 2  88.236.64.1.dynamic.ttnet.com.tr (88.236.64.1)  16.349 ms  9.490 ms  7.290 ms
 3  any-in-2015.1e100.net (216.239.32.21)  11.199 ms  20.872 ms  12.941 ms
➜ ~ dig physical-web.org

; <<>> DiG 9.8.3-P1 <<>> physical-web.org
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 38956
;; flags: qr rd ra; QUERY: 1, ANSWER: 4, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;physical-web.org.      IN  A

;; ANSWER SECTION:
physical-web.org.   2477    IN  A   216.239.32.21
physical-web.org.   2477    IN  A   216.239.34.21
physical-web.org.   2477    IN  A   216.239.36.21
physical-web.org.   2477    IN  A   216.239.38.21

;; Query time: 70 msec
;; SERVER: 8.8.8.8#53(8.8.8.8)
;; WHEN: Wed Oct  8 17:05:02 2014
;; MSG SIZE  rcvd: 98

➜ ~ ping physical-web.org
PING physical-web.org (216.239.32.21): 56 data bytes
36 bytes from any-in-2015.1e100.net (216.239.32.21): Destination Port Unreachable
Vr HL TOS  Len   ID Flg  off TTL Pro  cks      Src      Dst
 4  5  00 5400 4d00   0 0000  3e  01 73f8 192.168.2.4  216.239.32.21

Request timeout for icmp_seq 0
36 bytes from any-in-2015.1e100.net (216.239.32.21): Destination Port Unreachable
Vr HL TOS  Len   ID Flg  off TTL Pro  cks      Src      Dst
 4  5  00 5400 2582   0 0000  3e  01 9b76 192.168.2.4  216.239.32.21

Request timeout for icmp_seq 1
36 bytes from any-in-2015.1e100.net (216.239.32.21): Destination Port Unreachable
Vr HL TOS  Len   ID Flg  off TTL Pro  cks      Src      Dst
 4  5  00 5400 ee41   0 0000  3e  01 d2b6 192.168.2.4  216.239.32.21

^C
--- physical-web.org ping statistics ---
4 packets transmitted, 0 packets received, 100.0% packet loss

image

image