Move content from public folder to root of public_html folder. Overwrite .htaccess and uncomment some content inside which is described.
Uncomment the following lines if you are not using a public
directory
Change site.php
return Flarum\Foundation\Site::fromPaths([
'base' => __DIR__,
'public' => __DIR__,
'storage' => __DIR__.'/storage',
]);
Change config.php by removing /public from url
'url' => 'https://audiofil.org/',
That's it.