I get a 404 error after a successful installation.
- calling
/install
(with no issues)
- Pushing the button
login now
will forward to/
and it shows this:
- It’s a fresh XAMPP installation (win)
- PHP v8.2.12 / Apache v2.4.58
- all required extensions are installed
mod_rewrite
is activated (php.ini)AllowOverride All
(httpd.conf)- all files are stored (also .htaccess)
- server/services restarted after file editing
This problem could be related to:
- Redirected to auth/login with 404 after install · Issue #686 · agentejo/cockpit · GitHub
or - nginx config? · Issue #19 · agentejo/cockpit · GitHub
(…but I couldn’t find a solution for my case.)
Note: I’ve already published my issue on GitHub, but maybe there’s an idea in the community here. Thanks a lot!