diff --git a/app/config.sample.php b/app/config.sample.php
index 50487d42..adc4824a 100755
--- a/app/config.sample.php
+++ b/app/config.sample.php
@@ -8,7 +8,7 @@ define('TWITTER_URL', 'Ice Hrm');
define('CLIENT_NAME', '_CLIENT_');
define('APP_BASE_PATH', '_APP_BASE_PATH_');
define('CLIENT_BASE_PATH', '_CLIENT_BASE_PATH_');
-define('BASE_URL','_BASE_URL_');
+define('BASE_URL','_BASE_URL_web/');
define('CLIENT_BASE_URL','_CLIENTBASE_URL_');
define('APP_DB', '_APP_DB_');
diff --git a/app/install/config.php b/app/install/config.php
index b1923e57..df3db0d2 100755
--- a/app/install/config.php
+++ b/app/install/config.php
@@ -3,6 +3,6 @@ error_reporting(E_ERROR);
ini_set("error_log", "../data/icehrm_install.log");
define('CURRENT_PATH',dirname(__FILE__));
define('CLIENT_APP_PATH',realpath(dirname(__FILE__)."/..")."/");
-define('APP_PATH',realpath(dirname(__FILE__)."/../..")."/");
+define('APP_PATH',realpath(dirname(__FILE__)."/../..")."/core/");
define('APP_NAME',"IceHrm");
define('APP_ID',"icehrm");
diff --git a/app/install/index.php b/app/install/index.php
index 4c9625ca..ae9c55f6 100755
--- a/app/install/index.php
+++ b/app/install/index.php
@@ -67,14 +67,14 @@ if(!$isDataFolderExists){
-
+
-
-
-
+
+
+
@@ -253,4 +253,4 @@ if(!$isDataFolderExists){