Index: branches/comu/html/regist/index.php
===================================================================
--- branches/comu/html/regist/index.php	(revision 11982)
+++ branches/comu/html/regist/index.php	(revision 12039)
@@ -53,5 +53,5 @@
 		$email = $objQuery->get("dtb_customer", "email", "secret_key = ?", array($registSecretKey));
 		$objCustomer->setLogin($email);
-		header("Location: ./complete.php$etc_val");
+		header("Location: " . sfGetCurrentUri() . "/complete.php$etc_val");
 		exit;
 	}
