Anybody knows how to achieve a HTTP 301 Redirect for Blogger? How did this guy manage to do it? Thanks.
| Code: |
|
telnet iamchiron.blogspot.com 80 GET / HTTP/1.1 Host: iamchiron.blogspot.com HTTP/1.1 301 Moved Permanently Location: http://www.iamchiron.net/ Content-Type: text/html; charset=UTF-8 Cache-control: private Content-Length: 207 Date: Sat, 17 Nov 2007 15:18:04 GMT Server: GFE/1.3 <HTML> <HEAD> <TITLE>Moved Permanently</TITLE> </HEAD> <BODY BGCOLOR="#FFFFFF" TEXT= "#000000"> <H1>Moved Permanently</H1> The document has moved <A HREF="http://www.i amchiron.net/">here</A>. </BODY> </HTML> |
