diff --git a/install/final.php b/install/final.php
index 24af27c63f35e05d2672e9e8470ee4b2190726a7..5fb782045c60a955119491046e3c432730b1fe4a 100755
--- a/install/final.php
+++ b/install/final.php
@@ -40,7 +40,7 @@ $_SESSION = array();
 session_unset();
 session_destroy();
 if(strtoupper(substr(PHP_OS, 0, 3)) === 'LIN') {
-header('Location: ../'.$nomCustom);
+header('Location: ../' . $nomCustom . '/');
 }elseif(strtoupper(substr(PHP_OS, 0, 3)) === 'WIN'){
 header('Location: ../');
 }