luceos
Thank you!
My problem is, I added codes as suggested, but I got error warning.
Especially for the code 'base' => '/home/customer/www/domain.com/flarum',
So I need help to make sure, whether I added it correctly or not?
I saw somebody in previous posts just add
require 'flarum/vendor/autoload.php';
'base' => __DIR__,
'public' => __DIR__,
'storage' => __DIR__.'/flarum/storage',
I am a beginner, I under stand 'storage' => __DIR__.'/flarum/storage',
But I don't understand
'base' => __DIR__,
'public' => __DIR__,
since I already moved all files from public folder to public_html folder, does 'public' => __DIR__,
still necessary, if neccessory, will 'public' => '/home/customer/www/domain.com/public_html',
be correct?
And what 'base' => __DIR__,
stands for? How should I modify it?
I really want to use flarum.
Many thanks!