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
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
Stop the servers.
Quit MAMP.
Open the file /Applications/MAMP/conf/apache/httpd.conf in your text editor.
Look for the following line: #LoadModule rewrite_module modules/mod_rewrite.so
Remove the hash (#) at the beginning of the line.
Save the changes in your text editor.
Start MAMP.
Start the servers.