Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make www.sweetjs.org work #49

Closed
ttaubert opened this issue Oct 31, 2012 · 5 comments
Closed

Make www.sweetjs.org work #49

ttaubert opened this issue Oct 31, 2012 · 5 comments

Comments

@ttaubert
Copy link

I don't know why but my Awesomebar auto completion led me to http://www.sweetjs.org/ which shows a scary placeholder page. Redirecting should be fairly easy, no?

@jlongster
Copy link
Contributor

I've noticed that Firefox does that sometimes. I don't know if it's a caching issue or what, but it happened on my personal site randomly. If I just type example.com, I'll be randomly taken to www.example.com.

Agreed that this needs fixing, I've hit it this several times. Same thing for http://www.lljs.org/

@ttaubert
Copy link
Author

A little OT but that's the Firefox bug: https://bugzilla.mozilla.org/show_bug.cgi?id=765337

@disnet
Copy link
Member

disnet commented Oct 31, 2012

Paging @dherman master of the domain.

@etlovett
Copy link

It appears that this has been fixed by adding a redirect (see below). Should it be closed?

$ curl -v "http://www.sweetjs.org/"
* Adding handle: conn: 0x7fc0e0803a00
* Adding handle: send: 0
* Adding handle: recv: 0
* Curl_addHandleToPipeline: length: 1
* - Conn 0 (0x7fc0e0803a00) send_pipe: 1, recv_pipe: 0
* About to connect() to www.sweetjs.org port 80 (#0)
*   Trying 199.27.79.133...
* Connected to www.sweetjs.org (199.27.79.133) port 80 (#0)
> GET / HTTP/1.1
> User-Agent: curl/7.30.0
> Host: www.sweetjs.org
> Accept: */*
>
< HTTP/1.1 301 Moved Permanently
* Server GitHub.com is not blacklisted
< Server: GitHub.com
< Content-Type: text/html
< Location: http://sweetjs.org/
< Expires: Sat, 16 Aug 2014 19:48:01 GMT
< Cache-Control: max-age=600
< Content-Length: 178
< Accept-Ranges: bytes
< Date: Sat, 16 Aug 2014 19:38:22 GMT
< Via: 1.1 varnish
< Age: 22
< Connection: keep-alive
< X-Served-By: cache-lax1434-LAX
< X-Cache: HIT
< X-Cache-Hits: 1
< X-Timer: S1408217902.979006767,VS0,VE0
< Vary: Accept-Encoding
<
<html>
<head><title>301 Moved Permanently</title></head>
<body bgcolor="white">
<center><h1>301 Moved Permanently</h1></center>
<hr><center>nginx</center>
</body>
</html>
* Connection #0 to host www.sweetjs.org left intact

@disnet
Copy link
Member

disnet commented Aug 16, 2014

Indeed :)

@disnet disnet closed this as completed Aug 16, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants