Hi,
I've installed Flarum in a subdirectory of my web server and while the initial installation went without a hitch and I'm able to access admin pages, it seems that on every Ajax/Api request I get the following type error:
POST http://localhost/Forum/api/users/1
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL /Forum/api/users/1 was not found on this server.</p>
<hr>
<address>Apache/2.4.10 (Ubuntu) Server at localhost Port 80</address>
</body></html>
I'm guessing something went not-quite-right during the install process, but I have no idea what. Does anybody have any ideas what could be done to fix this?
Thanks.