Hatena::Groupperl

ル*’ー’リ<perlですぅ。 RSSフィード

2009-11-26

リダイレクト

リダイレクト - ル*’ー’リ<perlですぅ。 を含むブックマーク はてなブックマーク - リダイレクト - ル*’ー’リ<perlですぅ。 リダイレクト - ル*’ー’リ<perlですぅ。 のブックマークコメント

http://example.comにリダイレクト

print <<_HTML_;
Location: http://example.com/

_HTML_

ステータスコード 301(301 Moved Permanently) でリダイレクト

print <<_HTML_;
Status: 301 Moved Permanently
Location: http://example.com/

_HTML_

[Studying HTTP] HTTP Status Code