Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
次のコードがあります。
$uri = 'iosapp://test'; header('Location: '.$uri);
(カスタム URL スキーム)
何らかの理由で、PHP (kohana) がその URL に正しくリダイレクトされません。
どうすればいいですか?
使ってみて
$uri = 'iosapp://test'; HTTP::redirect($uri);
http://kohanaframework.org/3.3/guide-api/HTTP#redirect