Panel "Not Found"

Hello, I just downloaded the plainkit and want to login. When navigating to the Panel, I get this message: “Not Found. The requested URL was not found on this server.” Home is accessible.

macOS Sequoia
MAMP

I guess the issue is related to url rewriting not being enabled. See Kirby requirements.

See also: Kirby Panel not working on MacOS Seqouia with MAMP Pro - #2 by texnixe

Thanks, yes, I enbaled it, please see: Enabling mod_rewrite in MAMP

  1. Stop the servers.

  2. Quit MAMP.

  3. Open the file /Applications/MAMP/conf/apache/httpd.conf in your text editor.

  4. Look for the following line: #LoadModule rewrite_module modules/mod_rewrite.so

  5. Remove the hash (#) at the beginning of the line.

  6. Save the changes in your text editor.

  7. Start MAMP.

  8. Start the servers.