Skip to content

Instantly share code, notes, and snippets.

@sivy
Created January 14, 2013 20:51
Show Gist options
  • Save sivy/4533309 to your computer and use it in GitHub Desktop.
Save sivy/4533309 to your computer and use it in GitHub Desktop.
it's topics/mobile all the way down.
Last login: Mon Jan 14 13:45:11 on ttys002
argent:main sivy$ curl -I http://www.engadget.com/
HTTP/1.1 301 Moved Permanently
Date: Mon, 14 Jan 2013 20:50:22 GMT
Server: Apache/2.2
Location: http://www.engadget.com/topics/mobile/
Content-Type: text/html; charset=iso-8859-1
argent:main sivy$ curl -I http://www.engadget.com/topics/mobile/
HTTP/1.1 301 Moved Permanently
Date: Mon, 14 Jan 2013 20:50:39 GMT
Server: Apache/2.2
Location: http://www.engadget.com/topics/mobile/topics/mobile/
Content-Type: text/html; charset=iso-8859-1
argent:main sivy$ curl -I http://www.engadget.com/topics/mobile/topics/mobile/
HTTP/1.1 301 Moved Permanently
Date: Mon, 14 Jan 2013 20:51:06 GMT
Server: Apache/2.2
Location: http://www.engadget.com/topics/mobile/topics/mobile/topics/mobile/
Content-Type: text/html; charset=iso-8859-1
argent:main sivy$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment