Index: temp/trunk/html/install/index.php
===================================================================
--- temp/trunk/html/install/index.php	(revision 6018)
+++ temp/trunk/html/install/index.php	(revision 6023)
@@ -412,5 +412,7 @@
 		$normal_url = SITE_URL;
 	} else {
-		$normal_url = "http://" . $_SERVER['HTTP_HOST'] . "/";
+		
+		
+		$normal_url = ereg_replace("/install/.*$", "", $_SERVER['URL_REQUEST']);
 	}
 	
