PHPってこのコード書くと勝手にHTTPステータス302になるんだ…。
リダイレクト専用メソッドが無いんだ。違和感あるなあ。 :java: の場合はHttpServletResponse#sendRedirect
ですが…。
<?php
header("Location: http://example.jp/");
exit;
?>
PHP: header - Manual http://php.net/manual/ja/function.header.php
senooken JP Social is a social network, courtesy of senooken. It runs on GNU social, version 2.0.2-beta0, available under the GNU Affero General Public License.
All senooken JP Social content and data are available under the Creative Commons Attribution 3.0 license.