Skip to content

Instantly share code, notes, and snippets.

@328
Created January 27, 2019 16:24
Show Gist options
  • Save 328/0066750fdcd8270287623b0b0c059e63 to your computer and use it in GitHub Desktop.
Save 328/0066750fdcd8270287623b0b0c059e63 to your computer and use it in GitHub Desktop.
303テスト用
<?php
http_response_code(303);
header('Location: http://example.com');
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment