/auth/login?to=/ not found

Hello all,

I am trying to install Cockpit v2 on apache2 server. Although installation completes, it gets stuck at /auth/login?to=/ not found Kindly help me out.

Best regards
JB

I found my answer. .htaccess was not getting loaded.

AllowOverride All

is required in Directory flag

https://stackoverflow.com/questions/24743674/htaccess-file-not-working-on-ubuntu-14-04-with-apache2

2 Likes

Thanks for the link! I had to enable mod_rewrite to get mine working.