Panel is not working

I just downloaded the skeleton and got the error on two different host environments I have setup on Windows and Mac. When I click the panel link, I get this:

Not Found

The requested URL /kirby/panel/login was not found on this server.

Apache/2.4.9 (Win64) PHP/5.5.12 Server at localhost Port 80

That looks like you might have forgotten to copy the .htaccess file from the top level directory.

No, I just moved the whole folder, no copying was involved. It was the mod_rewrite module on my WAMP install. For Mac I am running under Vagrant/Homestead dev environment, and I know mod_rewrite is enabled, so I am not sure what the issue is.

This is the error I get. It’s using nginx, is that the issue?

No input file specified.

That’s weird! In your reply above you mention Apache 2.4.9. If you are using nginx you must set the rewrite rules in your config. Here’s an example setup: https://gist.github.com/bastianallgeier/c2e1f1e519f5f2943ec4

If you are on Apache you might need to set your RewriteBase in the htaccess file.

Yeah, sorry for the confusion, I have two different development environments.