PHP

方法 [#o5cb09c8]

header関数を利用すると実現できます。

ソース [#l5031430]

 header('location: ./complete.html');
 exit();