Hi All,
I do not understand the installation process.
I would like to installed flarum here:
https://website.com/forum
It is my understanding that the files in the public folder have to be copied to:
public_html/forum
But for security purpose, it looks like I need to install the flarum folder below the public_html.
Is this correct?
If yes, what should be the path in the public_html/forum/index.php ?
I tried this:
$site = require 'flarum/../../site.php';
But it is not working.
Also what about the htaccess?
Thanks