clarkwinkelmann Gotcha! Thanks for the quick reply!
My flarum
directory is located at /home/az4x4/flarum
.
My public_html
directory is located at /home/az4x4/public_html
.
I tried the following and it didn't work. It just created new directories and now the site gives a blank white screen.
return Flarum\Foundation\Site::fromPaths([
'base' => __DIR__, '/home/az4x4',
'public' => __DIR__.'/public_html',
'storage' => __DIR__.'/flarum/storage',
]);
CORRECTION: I did originally update the location of the site.php
file in the index.html
file to
$site = require '/home/az4x4/flarum/site.php';
What am I doing wrong here?
You can see the site at www.az4x4.net