On my Windows PC i use WSL.
I have setup the default host.
I have setup one virtual host. Here i run a forum with xenforo. I can call it with localhost.
On port 10000 i have webmin running, called with localhost:10000
Everything fine so far.
When i change the document-root from /var/www/forum to /var/www/kirby i can call the first page of my kirby-demopage with localhost, but calling localhost/page fails.
make site links work
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*) index.php [L]
This should translate /page to something like index.php?page?
From here i have no idea what to do no to make my kirby running on localhost.