File .htaccess file is missing, causing most admin page not accessable except the home page (/index.php).
The file is simple, and I believe you already have one. However, in case anyone wants to use this tool before it's updated, here is the .htaccess file I'm using:
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !=/favicon.ico
RewriteRule ^ /index.php [L]