h5bp / h5bp.github.io

A website for the H5BP organization. Browse all the H5BP projects in one place.
https://h5bp.github.io/
MIT License
84 stars 46 forks source link

h5bp.github.com => 404 #10

Closed alrra closed 10 years ago

alrra commented 10 years ago
$ curl -sSIL http://h5bp.github.com
HTTP/1.1 301 Moved Permanently
Server: GitHub.com
Content-Type: text/html
Location: http://h5bp.github.io/
Expires: Fri, 20 Jun 2014 07:59:30 GMT
Cache-Control: max-age=600
Content-Length: 178
Accept-Ranges: bytes
Date: Fri, 20 Jun 2014 07:49:30 GMT
Via: 1.1 varnish
Age: 0
Connection: keep-alive
X-Served-By: cache-fra1226-FRA
X-Cache: MISS
X-Cache-Hits: 0
X-Timer: S1403250569.967109442,VS0,VE90
Vary: Accept-Encoding

HTTP/1.1 404 Not Found
Server: GitHub.com
Content-Type: text/html; charset=utf-8
Content-Length: 9371
Accept-Ranges: bytes
Date: Fri, 20 Jun 2014 07:49:30 GMT
Via: 1.1 varnish
Age: 0
Connection: keep-alive
X-Served-By: cache-ams4125-AMS
X-Cache: MISS
X-Cache-Hits: 0
X-Timer: S1403250570.591447353,VS0,VE88
Vary: Accept-Encoding
alrra commented 10 years ago

@mathiasbynens suggested committing something, and it seems that did the trick!

$ curl -sSIL http://h5bp.github.io/
HTTP/1.1 200 OK
Server: GitHub.com
Content-Type: text/html; charset=utf-8
Last-Modified: Fri, 20 Jun 2014 07:54:28 GMT
Expires: Fri, 20 Jun 2014 08:06:35 GMT
Cache-Control: max-age=600
Content-Length: 2281
Accept-Ranges: bytes
Date: Fri, 20 Jun 2014 07:56:35 GMT
Via: 1.1 varnish
Age: 0
Connection: keep-alive
X-Served-By: cache-fra1228-FRA
X-Cache: MISS
X-Cache-Hits: 0
X-Timer: S1403250995.559789419,VS0,VE91
Vary: Accept-Encoding

Note: I've renamed the repository to h5bp.github.io.