Grav admin install not working mamp macos

Hello,

I’m getting back into Grav after using it a bit a few years ago. I’m on mac and using mamp as a server.

When i download the basic grav package it works, but when downloading the grav-admin and opening it, the url goes from localhost:8888/grav-admin to localhost:8888/grav-admin/admin and I get a 404 error.

What I am doing wrong ?

@alicer, Have you tried the troubleshooting section in the docs: 404 Not Found | Grav Documentation

Thanks after reading the page I have narrowed down the problem the homepage of your Grav site loads, but any other page is a 404.

I tried the RewriteBasefix but it’s not working. I changed the .htaccess to

RewriteBase /grav

and restarted the server

I also tried changing my root to the grav subfolder but I get the same issue

I found the issue ! I was missing the Missing Rewrite Modules