https://discuss.flarum.org/index.php returns 404
I'm working on Nginx(css,js,html,etc) + Apache2(php).
Normally we set rules:
location / => index index.php index.html index.htm #index.php wins
location *.php => proxy_pass Apache #index.php to Apache
Since /index.php returns 404, we get 404 on home page
Another “bug”: After installing "url" in /config.php is set to "domain/index.php" and it cause css and js files 404