Artuu
hmmmm the config php url is already set to https://forum.useotools.com you can see my config.php file
<?php return array (
'debug' => true,
'database' =>
array (
'driver' => 'mysql',
'host' => 'localhost',
'database' => 'xxxxxxxx',
'username' => 'xxxxxxxxxxxx',
'password' => 'xxxxxxxxxxxxxxx',
'charset' => 'utf8mb4',
'collation' => 'utf8mb4_unicode_ci',
'prefix' => 'xxxxx',
'port' => '3306',
'strict' => false,
),
'url' => 'https://forum.useotools.com',
'paths' =>
array (
'api' => 'api',
'admin' => 'admin',
),
);
and ya my installation is in public_html :