datitisev Here is my config file
?php return array (
'debug' => true,
'database' =>
array (
'driver' => 'mysql',
'host' => 'localhost',
'database' => 'xxx',
'username' => 'xxx',
'password' => 'xxx',
'charset' => 'utf8mb4',
'collation' => 'utf8mb4_unicode_ci',
'prefix' => 'xxx',
'strict' => false,
),
'url' => 'https://xxx/forum',
'paths' =>
array (
'api' => 'api',
'xxx' => 'xxx',
),
);
the location of my flarum is in the /forum folder on my root web directory (wordpress)