EDIT : I installed the forum by accessing http://146.185.158.12/forum/index.php which saved it in config.php
If you have the same issue, edit config.php and change it to http://domain.com/forum
It's alive : http://146.185.158.12/forum/
Hi,
I installed Flarum on a DigitalOcean droplet with ubuntu 14.
I got everything working but when installing it shows a white page : http://146.185.158.12/forum/index.php
It's trying to load files from
forum/index.php/assets/forum-eb0870ff.css
instead of
forum/assets/forum-eb0870ff.css
I'm using Apache with an Alias :
<VirtualHost *:80>
ServerName 146.185.158.12/forum
ServerAlias www.146.185.158.12/forum
ServerAdmin webmaster@localhost
DocumentRoot /var/www/html/playminecraftforum
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>
My actual website is in /var/www/html/grav and my forum in /var/www/html/playminecraftforum
Any idea how to fix this?