The issue
I guys, I have a fresh install of Flarum.
All connected to the DB, working as expected.
However, clicking new post or clicking a profile, it just errors either with a 404 or (The requested resource was not found)
Its like the lighttpd isnt redirecting properly or something.
Ive tried everything and cant find a working config for it.
Any ideas?
The current lighttpd config is here:
$HTTP["host"] == "community.mydomain.com" {
server.document-root = "/var/www/html/mydomain.com/community/public"
url.rewrite-if-not-file = (
"^/(.*)$" => "/index.php/$1"
)
}
Any ideas?
Cheers
( Edit, Scratch this. Ill move to nginx instead. )