first of all I wanna thank to all who tribute programm to this wonderful forum source! 😀
I am very happy to be finished with my first installaion with Flarum
it was not so easy for me at the first step, thus I didn't use SSH before at all
but I did it finally
my question is wheter I did something wrong or not
when I type my domain addrese with sub file name 'flarum' (which was contained in install directory from the first time)
mysitename.com/flarum
it shows Flarum file - I mean user can see the content of the file like below
#!/usr/bin/env php
<?php
/*
- This file is part of Flarum.
*
- (c) Toby Zerner <toby.zerner@gmail.com>
*
- For the full copyright and license information, please view the LICENSE
- file that was distributed with this source code.
*/
require 'vendor/autoload.php';
$server = new Flarum\Console\Server(
Flarum\Foundation\Site::fromPaths([
'base' => DIR,
'public' => DIR,
'storage' => DIR.'/storage',
])
);
$server->listen();
For testing if I write some words or non-existing phrases like
mysitename.com/kdjljflkdsjflkdsjlkfjdslkfjdslkjfdskjflkdsf
my webpage shows that the page you requested could not be found
return to mysitename
it shows correctly
Am I missing something during the installation?