Hi everybody. I’ve just set up a Kirby site, mostly for learning purposes. I am trying to see if I can run Nextcloud and a kind of diary/blog on the same VPS. (I want to try to add Kirby content through Nextcloud, but first, I am just trying to get Kirby working.) I’m using using HAproxy to listen to ports 80 and 443, sending Nextcloud to 81 and 444. So far, so good. I’ve set up PHP and Apache on ports 82 and 445. I can get the front page of my Kirby installation (diary.domain.com), but when I try to go to the panel (diary.domain.com/panel), I get a 404 error.
In .htaccess, I’ve set RewriteBase /
, but the 404 error persists.
My question is: how can I install the panel?