diff --git a/application/config/config.php b/application/config/config.php index 4a407526..b7d60860 100755 --- a/application/config/config.php +++ b/application/config/config.php @@ -23,7 +23,7 @@ defined('BASEPATH') OR exit('No direct script access allowed'); | a PHP script and you can easily do that on your own. | */ -$config['base_url'] = '/';//'https://'.$_SERVER['SERVER_NAME'].'/backoffice'; +$config['base_url'] = 'https://'.$_SERVER['SERVER_NAME'].'/backoffice'; /* |--------------------------------------------------------------------------