Index: temp/trunk/html/install/index.php
===================================================================
--- temp/trunk/html/install/index.php	(revision 6027)
+++ temp/trunk/html/install/index.php	(revision 6028)
@@ -413,5 +413,5 @@
 	} else {
 		$dir = ereg_replace("install/.*$", "", $_SERVER['REQUEST_URI']);
-		$normal_url = $_SERVER['HTTP_HOST'] . $dir;
+		$normal_url = "http://" . $_SERVER['HTTP_HOST'] . $dir;
 	}
 	
