Skip to content

Instantly share code, notes, and snippets.

@328
Created January 27, 2019 15:08
Show Gist options
  • Save 328/4d7614e313710d5822916a3f6395aa47 to your computer and use it in GitHub Desktop.
Save 328/4d7614e313710d5822916a3f6395aa47 to your computer and use it in GitHub Desktop.
307 redirect のテスト用コード
<?php
http_response_code(307);
header('Location: http://example.com/');
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment