Hi, All,
I am new to Flarum and Linux, but almost completed an installation on a VPS and trying to get my head around the config files which is causing me a headache, so I am asking for help as a last resort.
The site works if I use the URL below.
http://ctrader.info/public
Config.php
'url' => 'http://ctrader.info/public',
If I remove the public above it throws a forbidden 403 on the ctrader.info url
Sites Available Config
ServerName ctrader.info
ServerAlias www.ctrader.info
ServerAlias *.ctrader.info
DirectoryIndex index.html
DocumentRoot /var/www/html/public
Apache2.config
<Directory />
Options FollowSymLinks
AllowOverride None
Require all denied
</Directory>
<Directory /usr/share>
AllowOverride None
Require all granted
</Directory>
<Directory /var/www>
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
</Directory>
From my tinkering, I have destroyed the home page links so it no longer displays the site correctly.
Paul.