Starting a flarum forum server and I'm getting a 404 not found on the admin page. What is the cause of this? I'm on an Ubuntu VPS with Apache.
GET http://localhost/api/tags
<!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 was not found on this server.</p>
<hr>
<address>Apache/2.4.52 (Ubuntu) Server at localhost Port 80</address>
</body></html>