Public folder setup

Hey there,

we’re using the public folder setup describd in the docs (Configuration | Kirby CMS). I am using MAMP pro without problems, but my collegue tries to use it with the php server, which doesn’t seem to work.

Running php -S localhost:8000 public/index.php will render the page, but accessing the panel doesn’t work

Running php -S localhost:8000 kirby/router.php won’t render the site.

Is it possible to use the php server with this setup?

Should actually work, but you would have to run the command from the public folder and adapt the path to the router script, I think.

That’s working :slight_smile: thank you !